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()
2247 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2408 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2437 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3336 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3532 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3533 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3534 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3539 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3540 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
2071 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
224 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1458 ParsingClass &getCurrentClass() { in getCurrentClass() function
2412 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2432 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
90 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
7283 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);