| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 479 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 496 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, 501 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, 504 DeclGroupPtrTy Result; in ParseTopLevelDecl() 2413 DeclGroupPtrTy 2489 DeclGroupPtrTy ParseTopLevelStmtDecl(); 3210 DeclGroupPtrTy ParseUsingDirectiveOrDeclaration( 3272 DeclGroupPtrTy ParseCXXClassMemberDeclaration( 3276 DeclGroupPtrTy 3309 DeclGroupPtrTy ParseOMPDeclareSimdClauses(DeclGroupPtrTy Ptr, [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterUtils.cpp | 39 Sema::DeclGroupPtrTy CreateDGPtrFrom(Sema &S, Decl *D) { in CreateDGPtrFrom() 42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
|
| H A D | InterpreterUtils.h | 43 Sema::DeclGroupPtrTy CreateDGPtrFrom(Sema &S, Decl *D);
|
| H A D | IncrementalParser.cpp | 269 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 287 Parser::DeclGroupPtrTy 295 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 300 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 306 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 316 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 351 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 355 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 363 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 533 Parser::DeclGroupPtrTy 791 Parser::DeclGroupPtrTy [all …]
|
| H A D | ParseHLSL.cpp | 21 static bool validateDeclsInsideHLSLBuffer(Parser::DeclGroupPtrTy DG, in validateDeclsInsideHLSLBuffer() 83 DeclGroupPtrTy Result = in ParseHLSLBuffer()
|
| H A D | ParseAST.cpp | 157 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
| H A D | Parser.cpp | 600 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl() 627 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, in ParseTopLevelDecl() 807 Parser::DeclGroupPtrTy 1134 Parser::DeclGroupPtrTy Parser::ParseDeclOrFunctionDefInternal( in ParseDeclOrFunctionDefInternal() 1247 Parser::DeclGroupPtrTy Parser::ParseDeclarationOrFunctionDefinition( in ParseDeclarationOrFunctionDefinition() 2418 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs, EmptyDeclSpecAttrs); in ParseMicrosoftIfExistsExternalDeclaration() 2438 Parser::DeclGroupPtrTy
|
| H A D | ParseObjc.cpp | 49 Parser::DeclGroupPtrTy 147 Parser::DeclGroupPtrTy 644 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 2072 Parser::DeclGroupPtrTy 2166 Parser::DeclGroupPtrTy 2286 if (DeclGroupPtrTy DGP = in ParseObjCAtImplementationDeclaration() 2297 Parser::DeclGroupPtrTy
|
| H A D | ParseDeclCXX.cpp | 63 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() 476 Parser::DeclGroupPtrTy Parser::ParseUsingDirectiveOrDeclaration( in ParseUsingDirectiveOrDeclaration() 690 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration() 2683 Parser::DeclGroupPtrTy 2754 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration() 2767 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2776 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 3020 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration() 3347 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
|
| H A D | ParseStmt.cpp | 241 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes() 1211 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1257 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody() 2088 DeclGroupPtrTy DG; in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 1977 Parser::DeclGroupPtrTy 1984 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement() 2109 DeclGroupPtrTy DG; in ParseCXXCondition() 2130 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseOpenACC.cpp | 1023 Parser::DeclGroupPtrTy Parser::ParseOpenACCDirectiveDecl() { in ParseOpenACCDirectiveDecl()
|
| H A D | ParseTemplate.cpp | 204 DeclGroupPtrTy D = ParseCXXClassMemberDeclaration( in ParseSingleDeclarationAfterTemplate()
|
| H A D | ParseDecl.cpp | 1903 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() 1984 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() 2184 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup() 5579 Parser::DeclGroupPtrTy Parser::ParseTopLevelStmtDecl() { in ParseTopLevelStmtDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 76 Sema::DeclGroupPtrTy 172 Sema::DeclGroupPtrTy 421 Sema::DeclGroupPtrTy
|
| H A D | SemaDeclObjC.cpp | 1789 Sema::DeclGroupPtrTy 2115 Sema::DeclGroupPtrTy 3058 Sema::DeclGroupPtrTy 3981 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
| H A D | SemaOpenMP.cpp | 3177 Sema::DeclGroupPtrTy 3182 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective() 3398 Sema::DeclGroupPtrTy 3471 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective() 3474 Sema::DeclGroupPtrTy 3487 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective() 6989 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective() 6998 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 7013 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 22574 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart() [all …]
|
| H A D | SemaStmt.cpp | 74 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 84 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 2549 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
|
| H A D | SemaDecl.cpp | 62 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 65 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 68 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 14888 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 14964 Sema::DeclGroupPtrTy 15001 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3586 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl() 3761 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
|
| H A D | SemaCodeComplete.cpp | 8383 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 392 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
|
| H A D | ClangModulesDeclVendor.cpp | 779 clang::Parser::DeclGroupPtrTy parsed; in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 399 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 3232 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 5180 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 5183 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 10580 DeclGroupPtrTy 11533 DeclGroupPtrTy ActOnOpenMPThreadprivateDirective( 11571 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveStart( 11586 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveEnd( 11587 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid); 11596 DeclGroupPtrTy ActOnOpenMPDeclareMapperDirective( [all …]
|