Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp137 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
164 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
165 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
189 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
190 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
206 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2377 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2538 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2567 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3489 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3685 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3686 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3687 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3692 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3693 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp2075 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp238 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1496 ParsingClass &getCurrentClass() { in getCurrentClass() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp96 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
H A DSemaDeclCXX.cpp2593 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2613 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7713 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);