Searched refs:getCurrentClass (Results 1 – 4 of 4) sorted by relevance
129 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()143 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()144 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()177 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()178 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()194 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
1926 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2051 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2075 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2808 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3059 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3060 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3065 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3066 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
175 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1088 ParsingClass &getCurrentClass() { in getCurrentClass() function