Home
last modified time | relevance | path

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

12

/external/clang/test/Index/
Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/external/llvm-project/clang/test/Index/
Dcomment-cplus-template-decls.cpp81 typedef OpaquePtr<int> DeclGroupPtrTy; typedef
83 DeclGroupPtrTy blah;
/external/clang/lib/Parse/
DParseOpenMP.cpp204 Parser::DeclGroupPtrTy
211 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
216 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
222 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
232 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
260 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
267 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
271 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
279 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
282 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( in ParseOpenMPDeclareReductionDirective()
[all …]
DParseAST.cpp145 Parser::DeclGroupPtrTy ADecl; in ParseAST()
DParser.cpp542 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { in ParseTopLevelDecl()
622 Parser::DeclGroupPtrTy
872 Parser::DeclGroupPtrTy
943 Parser::DeclGroupPtrTy
1992 DeclGroupPtrTy Result = ParseExternalDeclaration(attrs); in ParseMicrosoftIfExistsExternalDeclaration()
1999 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
DParseDeclCXX.cpp58 Parser::DeclGroupPtrTy Parser::ParseNamespace(unsigned Context, in ParseNamespace()
2258 Parser::DeclGroupPtrTy
2324 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration()
2337 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2345 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2383 return DeclGroupPtrTy::make(DeclGroupRef(ParseUsingDeclaration( in ParseCXXClassMemberDeclaration()
2547 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration()
2842 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
DParseStmt.cpp215 DeclGroupPtrTy Decl = ParseDeclaration(Declarator::BlockContext, in ParseStatementOrDeclarationAfterAttributes()
969 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1008 DeclGroupPtrTy Res = ParseDeclaration(Declarator::BlockContext, DeclEnd, in ParseCompoundStatementBody()
1612 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
DParseObjc.cpp48 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() { in ParseObjCAtDirectives()
131 Parser::DeclGroupPtrTy
622 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList()
2025 Parser::DeclGroupPtrTy
2115 Parser::DeclGroupPtrTy
2242 if (DeclGroupPtrTy DGP = ParseExternalDeclaration(attrs)) { in ParseObjCAtImplementationDeclaration()
2252 Parser::DeclGroupPtrTy
/external/llvm-project/clang/include/clang/Parse/
DParser.h449 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
463 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result);
467 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);
469 DeclGroupPtrTy Result; in ParseTopLevelDecl()
1596 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1600 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1604 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1619 DeclGroupPtrTy ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs);
1620 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1686 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
[all …]
/external/clang/include/clang/Parse/
DParser.h266 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
281 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
283 DeclGroupPtrTy Result; in ParseTopLevelDecl()
1250 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1254 DeclGroupPtrTy ParseDeclarationOrFunctionDefinition(
1258 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1274 DeclGroupPtrTy ParseObjCAtDirectives();
1275 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1341 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1367 DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc);
[all …]
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp264 Parser::DeclGroupPtrTy
272 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
277 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
283 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
293 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
321 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
328 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
332 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
340 return DeclGroupPtrTy(); in ParseOpenMPDeclareReductionDirective()
343 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( in ParseOpenMPDeclareReductionDirective()
[all …]
DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST()
DParser.cpp580 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { in ParseFirstTopLevelDecl()
602 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl()
746 Parser::DeclGroupPtrTy
1034 Parser::DeclGroupPtrTy
1137 Parser::DeclGroupPtrTy
2260 DeclGroupPtrTy Result = ParseExternalDeclaration(attrs); in ParseMicrosoftIfExistsExternalDeclaration()
2280 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl()
DParseDeclCXX.cpp58 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace()
462 Parser::DeclGroupPtrTy
673 Parser::DeclGroupPtrTy
2483 Parser::DeclGroupPtrTy
2552 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration()
2565 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2574 return DeclGroupPtrTy::make( in ParseCXXClassMemberDeclaration()
2792 return DeclGroupPtrTy::make(DeclGroupRef(FunDecl)); in ParseCXXClassMemberDeclaration()
3096 Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclarationWithPragmas( in ParseCXXClassMemberDeclarationWithPragmas()
DParseObjc.cpp48 Parser::DeclGroupPtrTy
130 Parser::DeclGroupPtrTy
596 SmallVector<DeclGroupPtrTy, 8> allTUVariables; in ParseObjCInterfaceDeclList()
2016 Parser::DeclGroupPtrTy
2098 Parser::DeclGroupPtrTy
2217 if (DeclGroupPtrTy DGP = ParseExternalDeclaration(attrs)) { in ParseObjCAtImplementationDeclaration()
2227 Parser::DeclGroupPtrTy
DParseStmt.cpp215 DeclGroupPtrTy Decl; in ParseStatementOrDeclarationAfterAttributes()
1074 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1120 DeclGroupPtrTy Res = in ParseCompoundStatementBody()
1873 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp57 Sema::DeclGroupPtrTy
90 Sema::DeclGroupPtrTy
245 Sema::DeclGroupPtrTy
DSemaOpenMP.cpp2901 Sema::DeclGroupPtrTy
2906 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3114 Sema::DeclGroupPtrTy Sema::ActOnOpenMPAllocateDirective( in ActOnOpenMPAllocateDirective()
3179 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3182 Sema::DeclGroupPtrTy
3195 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
5610 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
5611 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
5619 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
5634 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
[all …]
/external/llvm-project/clang/unittests/CodeGen/
DIncrementalProcessingTest.cpp81 Parser::DeclGroupPtrTy ADecl; in IncrementalParseAST()
/external/llvm-project/clang/include/clang/Sema/
DSema.h390 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
2198 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
2644 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
2646 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);
2727 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc,
2734 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc);
2740 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc,
4499 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
4502 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
9379 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp366 Sema::DeclGroupPtrTy result_decl_group_ptr; in SynthesizeBodyResult()
DClangModulesDeclVendor.cpp740 clang::Parser::DeclGroupPtrTy parsed; in Create()
/external/clang/include/clang/Sema/
DSema.h289 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy; typedef
1515 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
1774 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
1776 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group,
3378 StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
3381 void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
7401 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
7404 DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
7410 DeclGroupPtrTy ActOnForwardProtocolDeclaration(SourceLocation AtProtoclLoc,
7503 ArrayRef<DeclGroupPtrTy> allTUVars = None);
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp1277 Sema::DeclGroupPtrTy
1282 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3630 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
3631 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
3639 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
3652 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
11090 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart( in ActOnOpenMPDeclareReductionDirectiveStart()
11168 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
11282 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd( in ActOnOpenMPDeclareReductionDirectiveEnd()
11283 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd()
DSemaDeclObjC.cpp1682 Sema::DeclGroupPtrTy
1999 Sema::DeclGroupPtrTy
2946 Sema::DeclGroupPtrTy
3699 ArrayRef<DeclGroupPtrTy> allTUVars) { in ActOnAtEnd()

12