Searched refs:getCurrentClass (Results 1 – 8 of 8) sorted by relevance
175 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()202 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()203 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()227 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()228 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()240 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
2382 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2589 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2618 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3566 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3788 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3789 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3790 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3795 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3796 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
1989 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
192 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseSingleGNUAttribute()
2869 ParsingClass &getCurrentClass() { in getCurrentClass() function
74 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
2676 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2692 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
5693 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);