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()
1897 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()1914 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2042 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2063 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2648 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()2905 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()2906 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()2911 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()2912 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
175 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1067 ParsingClass &getCurrentClass() { in getCurrentClass() function