| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | comment-cplus-template-decls.cpp | 81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef 83 DeclGroupPtrTy blah;
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 459 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 473 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, 478 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, 481 DeclGroupPtrTy Result; in ParseTopLevelDecl() 1598 DeclGroupPtrTy 2334 DeclGroupPtrTy 3027 DeclGroupPtrTy ParseNamespace(DeclaratorContext Context, 3045 DeclGroupPtrTy ParseUsingDirectiveOrDeclaration( 3107 DeclGroupPtrTy ParseCXXClassMemberDeclaration( 3111 DeclGroupPtrTy [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 285 Parser::DeclGroupPtrTy 293 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 298 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 304 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 314 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 349 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 353 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 361 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 535 Parser::DeclGroupPtrTy 793 Parser::DeclGroupPtrTy [all …]
|
| H A D | ParseAST.cpp | 156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
| H A D | Parser.cpp | 584 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl() 611 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, in ParseTopLevelDecl() 780 Parser::DeclGroupPtrTy Parser::ParseExternalDeclaration(ParsedAttributes &Attrs, in ParseExternalDeclaration() 1083 Parser::DeclGroupPtrTy Parser::ParseDeclOrFunctionDefInternal( in ParseDeclOrFunctionDefInternal() 1182 Parser::DeclGroupPtrTy Parser::ParseDeclarationOrFunctionDefinition( in ParseDeclarationOrFunctionDefinition() 2325 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs); in ParseMicrosoftIfExistsExternalDeclaration() 2345 Parser::DeclGroupPtrTy
|
| H A D | ParseObjc.cpp | 48 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives(ParsedAttributes &Attrs) { in ParseObjCAtDirectives() 130 Parser::DeclGroupPtrTy 596 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 2027 Parser::DeclGroupPtrTy 2109 Parser::DeclGroupPtrTy 2228 if (DeclGroupPtrTy DGP = ParseExternalDeclaration(attrs)) { in ParseObjCAtImplementationDeclaration() 2238 Parser::DeclGroupPtrTy
|
| H A D | ParseDeclCXX.cpp | 59 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() 472 Parser::DeclGroupPtrTy Parser::ParseUsingDirectiveOrDeclaration( in ParseUsingDirectiveOrDeclaration() 683 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration() 2553 Parser::DeclGroupPtrTy 2622 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration() 2635 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2644 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2884 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration() 3196 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
|
| H A D | ParseStmt.cpp | 239 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes() 1132 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1178 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody() 2015 DeclGroupPtrTy DG; in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 1916 Parser::DeclGroupPtrTy 1923 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement() 2048 DeclGroupPtrTy DG; in ParseCXXCondition() 2069 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseTemplate.cpp | 203 DeclGroupPtrTy D = ParseCXXClassMemberDeclaration( in ParseSingleDeclarationAfterTemplate()
|
| H A D | ParseDecl.cpp | 1761 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() 1837 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() 2032 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 74 Sema::DeclGroupPtrTy 147 Sema::DeclGroupPtrTy 361 Sema::DeclGroupPtrTy
|
| H A D | SemaDeclObjC.cpp | 1775 Sema::DeclGroupPtrTy 2101 Sema::DeclGroupPtrTy 3051 Sema::DeclGroupPtrTy 3974 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
| H A D | SemaOpenMP.cpp | 3102 Sema::DeclGroupPtrTy 3107 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective() 3321 Sema::DeclGroupPtrTy 3394 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective() 3397 Sema::DeclGroupPtrTy 3410 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective() 6759 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective() 6768 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 6783 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 21868 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart() [all …]
|
| H A D | SemaStmt.cpp | 73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 2530 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
|
| H A D | SemaDecl.cpp | 57 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 60 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 63 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 14021 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 14091 Sema::DeclGroupPtrTy 14128 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3454 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl() 3628 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
|
| H A D | SemaCodeComplete.cpp | 8239 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
| H A D | TreeTransform.h | 1423 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 169 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 400 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 3096 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 4931 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 4934 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 9934 DeclGroupPtrTy 10826 DeclGroupPtrTy ActOnOpenMPThreadprivateDirective( 10864 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveStart( 10879 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveEnd( 10880 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid); 10889 DeclGroupPtrTy ActOnOpenMPDeclareMapperDirective( [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 392 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
|
| H A D | ClangModulesDeclVendor.cpp | 730 clang::Parser::DeclGroupPtrTy parsed; in Create()
|