Searched refs:getCurrentClass (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 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()
|
D | ParseDeclCXX.cpp | 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()
|
D | ParseDecl.cpp | 177 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 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()
|
D | ParseDeclCXX.cpp | 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()
|
D | ParseOpenMP.cpp | 1751 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
D | ParseDecl.cpp | 203 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1111 ParsingClass &getCurrentClass() { in getCurrentClass() function
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1438 ParsingClass &getCurrentClass() { in getCurrentClass() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 2361 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema 2381 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
|
D | SemaExprCXX.cpp | 87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6769 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);
|