Home
last modified time | relevance | path

Searched refs:getCurrentClass (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp138 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()
DParseDeclCXX.cpp1986 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()
DParseDecl.cpp177 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp135 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()
DParseDeclCXX.cpp2194 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()
DParseOpenMP.cpp1751 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
DParseDecl.cpp203 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/external/clang/include/clang/Parse/
DParser.h1111 ParsingClass &getCurrentClass() { in getCurrentClass() function
/external/llvm-project/clang/include/clang/Parse/
DParser.h1438 ParsingClass &getCurrentClass() { in getCurrentClass() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp2361 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2381 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
DSemaExprCXX.cpp87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
/external/llvm-project/clang/include/clang/Sema/
DSema.h6769 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);