| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 451 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 465 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result); 469 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false); 471 DeclGroupPtrTy Result; in ParseTopLevelDecl() 1578 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, 1582 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition( 1586 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, 1601 DeclGroupPtrTy ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs); 1602 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc); 1668 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A 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 …]
|
| H A D | ParseAST.cpp | 156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
|
| H A D | Parser.cpp | 582 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { in ParseFirstTopLevelDecl() 604 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() 748 Parser::DeclGroupPtrTy 1036 Parser::DeclGroupPtrTy 1137 Parser::DeclGroupPtrTy 2270 DeclGroupPtrTy Result = ParseExternalDeclaration(attrs); in ParseMicrosoftIfExistsExternalDeclaration() 2290 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl()
|
| H A D | ParseDeclCXX.cpp | 58 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() 462 Parser::DeclGroupPtrTy 673 Parser::DeclGroupPtrTy 2504 Parser::DeclGroupPtrTy 2573 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration() 2586 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2595 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2813 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration() 3117 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
|
| H A 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
|
| H A D | ParseStmt.cpp | 225 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes() 1077 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1123 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1876 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 2021 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() 2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()
|
| H A D | ParseDecl.cpp | 1697 Parser::DeclGroupPtrTy 1764 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() 1954 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 57 Sema::DeclGroupPtrTy 90 Sema::DeclGroupPtrTy 245 Sema::DeclGroupPtrTy
|
| H A 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() 6323 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective() 6324 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() 6332 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 6347 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() [all …]
|
| H A D | SemaDeclObjC.cpp | 1773 Sema::DeclGroupPtrTy 2096 Sema::DeclGroupPtrTy 3045 Sema::DeclGroupPtrTy 3966 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
| H A D | SemaStmt.cpp | 73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 2491 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
|
| H A 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() 13467 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 13537 Sema::DeclGroupPtrTy 13574 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3268 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl() 3442 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
|
| H A D | SemaCodeComplete.cpp | 7749 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
| H A D | TreeTransform.h | 1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 154 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 399 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 2325 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr); 2777 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, 2779 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group); 2860 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 2867 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc); 2873 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc, 4639 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 4642 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 9531 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl, [all …]
|