Searched refs:getCurrentClass (Results 1 – 14 of 14) sorted by relevance
138 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()152 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()153 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()186 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()187 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()203 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
1986 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2111 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2135 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2965 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3130 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3131 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3136 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3137 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
177 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
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()
2194 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2339 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()2367 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()3233 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()3414 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()3415 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()3416 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()3421 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()3422 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
1751 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
203 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
1111 ParsingClass &getCurrentClass() { in getCurrentClass() function
1438 ParsingClass &getCurrentClass() { in getCurrentClass() function
META-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...
2361 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema2381 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
6769 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);