Searched refs:getCurrentClass (Results 1 – 8 of 8) sorted by relevance
135 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()148 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()149 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()173 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()174 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()190 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2215 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2360 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2388 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3254 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3426 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3427 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3428 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3433 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3434 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
1889 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
225 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1441 ParsingClass &getCurrentClass() { in getCurrentClass() function
2378 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2398 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
6916 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);