Searched refs:getCurrentClass (Results 1 – 8 of 8) sorted by relevance
137 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()164 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()165 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()189 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()190 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()206 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2377 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2538 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2567 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3489 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3685 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3686 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3687 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3692 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3693 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
2075 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
238 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1496 ParsingClass &getCurrentClass() { in getCurrentClass() function
96 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
2593 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2613 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
7713 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);