Searched refs:getCurrentClass (Results 1 – 8 of 8) sorted by relevance
135 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()162 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()163 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()187 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()188 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()204 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2336 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2497 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2526 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3429 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3625 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3626 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3627 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3632 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3633 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
2074 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
224 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1476 ParsingClass &getCurrentClass() { in getCurrentClass() function
93 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
2446 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2466 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
7529 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);