Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp181 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
208 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
209 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
233 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
234 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
250 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2541 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2706 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2735 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3670 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3866 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3867 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3868 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3873 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3874 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp2085 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp271 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1541 ParsingClass &getCurrentClass() { in getCurrentClass() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2589 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2605 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
H A DSemaExprCXX.cpp95 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5278 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);