Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h452 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/
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 …]
DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
DParser.cpp584 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()
DParseDeclCXX.cpp58 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()
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
DParseStmt.cpp225 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes()
1082 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1128 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1881 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
DParseExprCXX.cpp2021 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition()
DParseDecl.cpp1704 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/
DSemaModule.cpp57 Sema::DeclGroupPtrTy
90 Sema::DeclGroupPtrTy
245 Sema::DeclGroupPtrTy
DSemaDeclObjC.cpp1773 Sema::DeclGroupPtrTy
2096 Sema::DeclGroupPtrTy
3045 Sema::DeclGroupPtrTy
3966 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
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()
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 …]
DSemaStmt.cpp73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
2492 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
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()
13523 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup()
13593 Sema::DeclGroupPtrTy
13630 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
DSemaTemplateInstantiateDecl.cpp3392 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl()
3566 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
DSemaCodeComplete.cpp7752 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
DTreeTransform.h1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Interpreter/
DIncrementalParser.cpp164 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h402 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/
DASTResultSynthesizer.cpp366 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
DClangModulesDeclVendor.cpp726 clang::Parser::DeclGroupPtrTy parsed; in Create()