Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp135 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
162 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
163 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
187 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
188 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
204 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2247 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2408 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2437 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3336 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3532 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3533 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3534 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3539 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3540 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp2071 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp224 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1458 ParsingClass &getCurrentClass() { in getCurrentClass() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp2412 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2432 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
H A DSemaExprCXX.cpp90 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7283 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);