Searched refs:getCurrentClass (Results 1 – 7 of 7) sorted by relevance
136 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()150 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()151 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()175 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()176 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()192 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2148 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2283 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2307 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3126 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3296 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3297 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3302 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3303 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
183 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1278 ParsingClass &getCurrentClass() { in getCurrentClass() function
2104 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2124 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
5759 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);