Home
last modified time | relevance | path

Searched refs:DeclGroupPtrTy (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h451 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 DParseOpenMP.cpp274 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 DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
H A DParser.cpp582 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 DParseDeclCXX.cpp58 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 DParseObjc.cpp48 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 DParseStmt.cpp225 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes()
1077 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1123 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1876 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
H A DParseExprCXX.cpp2021 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()
H A DParseDecl.cpp1697 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 DSemaModule.cpp57 Sema::DeclGroupPtrTy
90 Sema::DeclGroupPtrTy
245 Sema::DeclGroupPtrTy
H A DSemaOpenMP.cpp2917 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 DSemaDeclObjC.cpp1773 Sema::DeclGroupPtrTy
2096 Sema::DeclGroupPtrTy
3045 Sema::DeclGroupPtrTy
3966 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
H A DSemaStmt.cpp73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
2491 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp56 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 DSemaTemplateInstantiateDecl.cpp3268 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl()
3442 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
H A DSemaCodeComplete.cpp7749 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
H A DTreeTransform.h1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp154 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h399 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 …]