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()
2255 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2417 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2445 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3322 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3517 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3518 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3519 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3524 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3525 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
1890 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
225 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1442 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()
6986 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);