| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| D | Parser.h | 452 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 466 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result); 470 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false); 472 DeclGroupPtrTy Result; in ParseTopLevelDecl() 1579 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, 1583 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition( 1587 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, 1602 DeclGroupPtrTy ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs); 1603 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc); 1669 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc, [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 274 Parser::DeclGroupPtrTy 282 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 287 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 293 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 303 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 331 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 338 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 342 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 350 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 353 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( in ParseOpenMPDeclareReductionDirective() [all …]
|
| D | ParseAST.cpp | 156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
| D | Parser.cpp | 584 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { in ParseFirstTopLevelDecl() 606 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() 750 Parser::DeclGroupPtrTy 1039 Parser::DeclGroupPtrTy 1140 Parser::DeclGroupPtrTy 2273 DeclGroupPtrTy Result = ParseExternalDeclaration(attrs); in ParseMicrosoftIfExistsExternalDeclaration() 2293 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl()
|
| D | ParseDeclCXX.cpp | 58 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() 462 Parser::DeclGroupPtrTy 675 Parser::DeclGroupPtrTy 2561 Parser::DeclGroupPtrTy 2630 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration() 2643 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2652 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2875 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration() 3184 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
|
| D | ParseObjc.cpp | 48 Parser::DeclGroupPtrTy 130 Parser::DeclGroupPtrTy 596 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 2020 Parser::DeclGroupPtrTy 2102 Parser::DeclGroupPtrTy 2221 if (DeclGroupPtrTy DGP = ParseExternalDeclaration(attrs)) { in ParseObjCAtImplementationDeclaration() 2231 Parser::DeclGroupPtrTy
|
| D | ParseStmt.cpp | 225 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes() 1082 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1128 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1881 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
|
| D | ParseExprCXX.cpp | 2021 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() 2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()
|
| D | ParseDecl.cpp | 1704 Parser::DeclGroupPtrTy 1771 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() 1961 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaModule.cpp | 57 Sema::DeclGroupPtrTy 90 Sema::DeclGroupPtrTy 245 Sema::DeclGroupPtrTy
|
| D | SemaDeclObjC.cpp | 1773 Sema::DeclGroupPtrTy 2096 Sema::DeclGroupPtrTy 3045 Sema::DeclGroupPtrTy 3966 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
| D | SemaOpenMP.cpp | 2917 Sema::DeclGroupPtrTy 2922 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective() 3130 Sema::DeclGroupPtrTy Sema::ActOnOpenMPAllocateDirective( in ActOnOpenMPAllocateDirective() 3195 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective() 3198 Sema::DeclGroupPtrTy 3211 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective() 6338 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective() 6339 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() 6347 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 6362 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() [all …]
|
| D | SemaStmt.cpp | 73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 2492 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
|
| D | SemaDecl.cpp | 56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 59 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 62 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 13523 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 13593 Sema::DeclGroupPtrTy 13630 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
| D | SemaTemplateInstantiateDecl.cpp | 3392 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl() 3566 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
|
| D | SemaCodeComplete.cpp | 7752 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
| D | TreeTransform.h | 1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Interpreter/ |
| D | IncrementalParser.cpp | 164 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 402 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 2364 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr); 2816 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, 2818 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group); 2899 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 2906 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc); 2912 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc, 4673 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 4676 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 9603 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl, [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ASTResultSynthesizer.cpp | 366 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
|
| D | ClangModulesDeclVendor.cpp | 726 clang::Parser::DeclGroupPtrTy parsed; in Create()
|