| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 464 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 481 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, 486 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, 489 DeclGroupPtrTy Result; in ParseTopLevelDecl() 1612 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributes &DeclAttrs, 1617 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition( 1620 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributes &Attrs, 1636 DeclGroupPtrTy ParseObjCAtDirectives(ParsedAttributes &DeclAttrs, 1638 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc); 1705 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 286 Parser::DeclGroupPtrTy 294 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 299 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 305 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 315 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 343 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 350 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 354 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 362 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective() 365 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( in ParseOpenMPDeclareReductionDirective() [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 | 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() 790 Parser::DeclGroupPtrTy 1105 Parser::DeclGroupPtrTy Parser::ParseDeclOrFunctionDefInternal( in ParseDeclOrFunctionDefInternal() 1214 Parser::DeclGroupPtrTy Parser::ParseDeclarationOrFunctionDefinition( in ParseDeclarationOrFunctionDefinition() 2369 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs, EmptyDeclSpecAttrs); in ParseMicrosoftIfExistsExternalDeclaration() 2389 Parser::DeclGroupPtrTy
|
| H A D | ParseObjc.cpp | 49 Parser::DeclGroupPtrTy 147 Parser::DeclGroupPtrTy 626 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList() 2059 Parser::DeclGroupPtrTy 2153 Parser::DeclGroupPtrTy 2273 if (DeclGroupPtrTy DGP = in ParseObjCAtImplementationDeclaration() 2284 Parser::DeclGroupPtrTy
|
| H A D | ParseDeclCXX.cpp | 61 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() 481 Parser::DeclGroupPtrTy Parser::ParseUsingDirectiveOrDeclaration( in ParseUsingDirectiveOrDeclaration() 694 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration() 2642 Parser::DeclGroupPtrTy 2711 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration() 2724 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2733 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration() 2973 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration() 3289 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
|
| H A D | ParseStmt.cpp | 242 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes() 1161 DeclGroupPtrTy Res = in ParseCompoundStatementBody() 1207 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody() 2037 DeclGroupPtrTy DG; in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 1967 Parser::DeclGroupPtrTy 1974 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement() 2099 DeclGroupPtrTy DG; in ParseCXXCondition() 2120 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
|
| H A D | ParseTemplate.cpp | 203 DeclGroupPtrTy D = ParseCXXClassMemberDeclaration( in ParseSingleDeclarationAfterTemplate()
|
| H A D | ParseDecl.cpp | 1770 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration() 1851 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration() 2046 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup() 5385 Parser::DeclGroupPtrTy Parser::ParseTopLevelStmtDecl() { in ParseTopLevelStmtDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 75 Sema::DeclGroupPtrTy 178 Sema::DeclGroupPtrTy 416 Sema::DeclGroupPtrTy
|
| H A D | SemaDeclObjC.cpp | 1789 Sema::DeclGroupPtrTy 2115 Sema::DeclGroupPtrTy 3059 Sema::DeclGroupPtrTy 3982 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
|
| H A D | SemaOpenMP.cpp | 3153 Sema::DeclGroupPtrTy 3158 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective() 3374 Sema::DeclGroupPtrTy 3447 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective() 3450 Sema::DeclGroupPtrTy 3463 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective() 6838 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective() 6839 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() 6847 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() 6862 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective() [all …]
|
| H A D | SemaStmt.cpp | 73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 2539 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
|
| H A D | SemaDecl.cpp | 59 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() 62 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup() 65 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup() 14411 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() 14481 Sema::DeclGroupPtrTy 14518 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3521 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl() 3696 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
|
| H A D | SemaCodeComplete.cpp | 8293 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
|
| H A D | TreeTransform.h | 1464 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 172 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 398 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef 2589 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr); 3042 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, 3044 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group); 3169 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 3177 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc); 3183 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc, 5054 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl, 5057 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl); 10253 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl, [all …]
|
| /openbsd-src/gnu/llvm/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()
|