Searched refs:getCurrentClass (Results 1 – 4 of 4) sorted by relevance
131 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()145 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()146 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()179 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()180 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()196 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
1971 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2096 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2120 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2944 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3109 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3110 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3115 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3116 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
176 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1089 ParsingClass &getCurrentClass() { in getCurrentClass() function