Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h459 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
473 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result,
478 bool ParseTopLevelDecl(DeclGroupPtrTy &Result,
481 DeclGroupPtrTy Result; in ParseTopLevelDecl()
1598 DeclGroupPtrTy
2334 DeclGroupPtrTy
3027 DeclGroupPtrTy ParseNamespace(DeclaratorContext Context,
3045 DeclGroupPtrTy ParseUsingDirectiveOrDeclaration(
3107 DeclGroupPtrTy ParseCXXClassMemberDeclaration(
3111 DeclGroupPtrTy
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp285 Parser::DeclGroupPtrTy
293 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
298 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
304 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
314 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
349 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
353 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
361 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
535 Parser::DeclGroupPtrTy
793 Parser::DeclGroupPtrTy
[all …]
H A DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
H A DParser.cpp584 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl()
611 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, in ParseTopLevelDecl()
780 Parser::DeclGroupPtrTy Parser::ParseExternalDeclaration(ParsedAttributes &Attrs, in ParseExternalDeclaration()
1083 Parser::DeclGroupPtrTy Parser::ParseDeclOrFunctionDefInternal( in ParseDeclOrFunctionDefInternal()
1182 Parser::DeclGroupPtrTy Parser::ParseDeclarationOrFunctionDefinition( in ParseDeclarationOrFunctionDefinition()
2325 DeclGroupPtrTy Result = ParseExternalDeclaration(Attrs); in ParseMicrosoftIfExistsExternalDeclaration()
2345 Parser::DeclGroupPtrTy
H A DParseObjc.cpp48 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives(ParsedAttributes &Attrs) { in ParseObjCAtDirectives()
130 Parser::DeclGroupPtrTy
596 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList()
2027 Parser::DeclGroupPtrTy
2109 Parser::DeclGroupPtrTy
2228 if (DeclGroupPtrTy DGP = ParseExternalDeclaration(attrs)) { in ParseObjCAtImplementationDeclaration()
2238 Parser::DeclGroupPtrTy
H A DParseDeclCXX.cpp59 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace()
472 Parser::DeclGroupPtrTy Parser::ParseUsingDirectiveOrDeclaration( in ParseUsingDirectiveOrDeclaration()
683 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration()
2553 Parser::DeclGroupPtrTy
2622 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration()
2635 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2644 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2884 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration()
3196 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
H A DParseStmt.cpp239 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes()
1132 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1178 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd, in ParseCompoundStatementBody()
2015 DeclGroupPtrTy DG; in ParseForStatement()
H A DParseExprCXX.cpp1916 Parser::DeclGroupPtrTy
1923 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement()
2048 DeclGroupPtrTy DG; in ParseCXXCondition()
2069 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition()
H A DParseTemplate.cpp203 DeclGroupPtrTy D = ParseCXXClassMemberDeclaration( in ParseSingleDeclarationAfterTemplate()
H A DParseDecl.cpp1761 Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, in ParseDeclaration()
1837 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration( in ParseSimpleDeclaration()
2032 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp74 Sema::DeclGroupPtrTy
147 Sema::DeclGroupPtrTy
361 Sema::DeclGroupPtrTy
H A DSemaDeclObjC.cpp1775 Sema::DeclGroupPtrTy
2101 Sema::DeclGroupPtrTy
3051 Sema::DeclGroupPtrTy
3974 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()
H A DSemaOpenMP.cpp3102 Sema::DeclGroupPtrTy
3107 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3321 Sema::DeclGroupPtrTy
3394 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3397 Sema::DeclGroupPtrTy
3410 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
6759 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
6768 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
6783 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
21868 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
[all …]
H A DSemaStmt.cpp73 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt()
83 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt()
2530 DeclGroupPtrTy RangeGroup = in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp57 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup()
60 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2)); in ConvertDeclToDeclGroup()
63 return DeclGroupPtrTy::make(DeclGroupRef(Ptr)); in ConvertDeclToDeclGroup()
14021 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup()
14091 Sema::DeclGroupPtrTy
14128 return DeclGroupPtrTy::make( in BuildDeclaratorGroup()
H A DSemaTemplateInstantiateDecl.cpp3454 Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective( in VisitOMPAllocateDecl()
3628 Sema::DeclGroupPtrTy DG = SemaRef.ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl()
H A DSemaCodeComplete.cpp8239 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection()
H A DTreeTransform.h1423 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp169 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h400 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
3096 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc,
4931 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
4934 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
9934 DeclGroupPtrTy
10826 DeclGroupPtrTy ActOnOpenMPThreadprivateDirective(
10864 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveStart(
10879 DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveEnd(
10880 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);
10889 DeclGroupPtrTy ActOnOpenMPDeclareMapperDirective(
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp392 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
H A DClangModulesDeclVendor.cpp730 clang::Parser::DeclGroupPtrTy parsed; in Create()