Searched refs:getCurrentClass (Results 1 – 8 of 8) sorted by relevance
181 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()208 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()209 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()233 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()234 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()250 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2541 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2706 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2735 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3670 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3866 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3867 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3868 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3873 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3874 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
2085 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
271 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1541 ParsingClass &getCurrentClass() { in getCurrentClass() function
2589 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema 2605 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
95 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
5278 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);