Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h479 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
496 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result,
501 bool ParseTopLevelDecl(DeclGroupPtrTy &Result,
504 DeclGroupPtrTy Result; in ParseTopLevelDecl()
2413 DeclGroupPtrTy
2489 DeclGroupPtrTy ParseTopLevelStmtDecl();
3210 DeclGroupPtrTy ParseUsingDirectiveOrDeclaration(
3272 DeclGroupPtrTy ParseCXXClassMemberDeclaration(
3276 DeclGroupPtrTy
3309 DeclGroupPtrTy ParseOMPDeclareSimdClauses(DeclGroupPtrTy Ptr,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp39 Sema::DeclGroupPtrTy CreateDGPtrFrom(Sema &S, Decl *D) { in CreateDGPtrFrom()
42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
H A DInterpreterUtils.h43 Sema::DeclGroupPtrTy CreateDGPtrFrom(Sema &S, Decl *D);
H A DIncrementalParser.cpp269 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp287 Parser::DeclGroupPtrTy
295 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
300 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
306 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
316 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
351 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
355 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
363 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
533 Parser::DeclGroupPtrTy
791 Parser::DeclGroupPtrTy
[all …]
H A DParseHLSL.cpp21 static bool validateDeclsInsideHLSLBuffer(Parser::DeclGroupPtrTy DG, in validateDeclsInsideHLSLBuffer()
83 DeclGroupPtrTy Result = in ParseHLSLBuffer()
H A DParseAST.cpp157 Parser::DeclGroupPtrTy ADecl; in ParseAST()
H A DParser.cpp600 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl()
627 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, in ParseTopLevelDecl()
807 Parser::DeclGroupPtrTy
1134 Parser::DeclGroupPtrTy Parser::ParseDeclOrFunctionDefInternal( in ParseDeclOrFunctionDefInternal()
1247 Parser::DeclGroupPtrTy Parser::ParseDeclarationOrFunctionDefinition( in ParseDeclarationOrFunctionDefinition()
2418 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs, EmptyDeclSpecAttrs); in ParseMicrosoftIfExistsExternalDeclaration()
2438 Parser::DeclGroupPtrTy
H A DParseObjc.cpp49 Parser::DeclGroupPtrTy
147 Parser::DeclGroupPtrTy
644 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList()
2072 Parser::DeclGroupPtrTy
2166 Parser::DeclGroupPtrTy
2286 if (DeclGroupPtrTy DGP = in ParseObjCAtImplementationDeclaration()
2297 Parser::DeclGroupPtrTy
H A DParseDeclCXX.cpp63 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace()
476 Parser::DeclGroupPtrTy Parser::ParseUsingDirectiveOrDeclaration( in ParseUsingDirectiveOrDeclaration()
690 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration()
2683 Parser::DeclGroupPtrTy
2754 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration()
2767 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2776 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
3020 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration()
3347 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
H A DParseStmt.cpp241 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes()
1211 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1257 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody()
2088 DeclGroupPtrTy DG; in ParseForStatement()
H A DParseExprCXX.cpp1977 Parser::DeclGroupPtrTy
1984 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement()
2109 DeclGroupPtrTy DG; in ParseCXXCondition()
2130 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
H A DParseOpenACC.cpp1023 Parser::DeclGroupPtrTy Parser::ParseOpenACCDirectiveDecl() { in ParseOpenACCDirectiveDecl()
H A DParseTemplate.cpp204 DeclGroupPtrTy D = ParseCXXClassMemberDeclaration( in ParseSingleDeclarationAfterTemplate()
H A DParseDecl.cpp1903 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration()
1984 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration()
2184 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
5579 Parser::DeclGroupPtrTy Parser::ParseTopLevelStmtDecl() { in ParseTopLevelStmtDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp76 Sema::DeclGroupPtrTy
172 Sema::DeclGroupPtrTy
421 Sema::DeclGroupPtrTy
H A DSemaDeclObjC.cpp1789 Sema::DeclGroupPtrTy
2115 Sema::DeclGroupPtrTy
3058 Sema::DeclGroupPtrTy
3981 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
H A DSemaOpenMP.cpp3177 Sema::DeclGroupPtrTy
3182 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3398 Sema::DeclGroupPtrTy
3471 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3474 Sema::DeclGroupPtrTy
3487 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
6989 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
6998 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
7013 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
22574 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
[all …]
H A DSemaStmt.cpp74 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
84 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
2549 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp62 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup()
65 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup()
68 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup()
14888 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup()
14964 Sema::DeclGroupPtrTy
15001 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
H A DSemaTemplateInstantiateDecl.cpp3586 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl()
3761 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
H A DSemaCodeComplete.cpp8383 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp392 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
H A DClangModulesDeclVendor.cpp779 clang::Parser::DeclGroupPtrTy parsed; in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h399 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
3232 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc,
5180 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
5183 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
10580 DeclGroupPtrTy
11533 DeclGroupPtrTy ActOnOpenMPThreadprivateDirective(
11571 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveStart(
11586 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveEnd(
11587 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);
11596 DeclGroupPtrTy ActOnOpenMPDeclareMapperDirective(
[all …]

12