Home
last modified time | relevance | path

Searched refs:ImplicitParamDecl (Results 1 – 25 of 102) sorted by relevance

12345

/external/llvm-project/clang/test/AST/
Dpragma-attribute-objc-subject-match-rules.m62 // CHECK-OBJC_METHOD-NEXT: ImplicitParamDecl
63 // CHECK-OBJC_METHOD-NEXT: ImplicitParamDecl
67 // CHECK-OBJC_METHOD-NEXT: ImplicitParamDecl
68 // CHECK-OBJC_METHOD-NEXT: ImplicitParamDecl
72 // CHECK-OBJC_METHOD_IS_INSTANCE-NEXT: ImplicitParamDecl
73 // CHECK-OBJC_METHOD_IS_INSTANCE-NEXT: ImplicitParamDecl
Dfinally-msvc.m14 // CHECK-NEXT: ImplicitParamDecl
Dast-dump-decl.m49 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
50 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2819 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2820 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2823 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2825 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
3113 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
3114 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3116 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
3117 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3119 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
3120 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
[all …]
DCGBlocks.cpp1016 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1017 ImplicitParamDecl::Other); in EmitBlockLiteral()
1400 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1480 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction()
1482 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1930 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1932 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2127 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2378 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2381 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
[all …]
DCGOpenMPRuntime.cpp1107 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(), in emitCombinerOrInitializer()
1108 /*Id=*/nullptr, PtrTy, ImplicitParamDecl::Other); in emitCombinerOrInitializer()
1109 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(), in emitCombinerOrInitializer()
1110 /*Id=*/nullptr, PtrTy, ImplicitParamDecl::Other); in emitCombinerOrInitializer()
1768 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc, in emitThreadPrivateVarDefinition()
1770 ImplicitParamDecl::Other); in emitThreadPrivateVarDefinition()
1801 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc, in emitThreadPrivateVarDefinition()
1803 ImplicitParamDecl::Other); in emitThreadPrivateVarDefinition()
2320 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitCopyprivateCopyFunction()
2321 ImplicitParamDecl::Other); in emitCopyprivateCopyFunction()
[all …]
DCGCXXABI.cpp127 auto *ThisDecl = ImplicitParamDecl::Create( in buildThisParam()
130 ImplicitParamDecl::CXXThis); in buildThisParam()
DCGException.cpp1836 if (isa<ImplicitParamDecl>(D) && in EmitCapturedLocals()
1868 if (isa<ImplicitParamDecl>(VD)) { in EmitCapturedLocals()
1877 assert((isa<ImplicitParamDecl>(VD) || VD->isLocalVarDeclOrParm()) && in EmitCapturedLocals()
1926 Args.push_back(ImplicitParamDecl::Create( in startOutlinedSEHHelper()
1929 getContext().VoidPtrTy, ImplicitParamDecl::Other)); in startOutlinedSEHHelper()
1931 Args.push_back(ImplicitParamDecl::Create( in startOutlinedSEHHelper()
1934 getContext().UnsignedCharTy, ImplicitParamDecl::Other)); in startOutlinedSEHHelper()
1936 Args.push_back(ImplicitParamDecl::Create( in startOutlinedSEHHelper()
1939 ImplicitParamDecl::Other)); in startOutlinedSEHHelper()
/external/llvm-project/clang/include/clang/AST/
DDecl.h945 friend class ImplicitParamDecl; variable
1553 class ImplicitParamDecl : public VarDecl {
1581 static ImplicitParamDecl *Create(ASTContext &C, DeclContext *DC,
1584 static ImplicitParamDecl *Create(ASTContext &C, QualType T,
1587 static ImplicitParamDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1589 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() function
1598 ImplicitParamDecl(ASTContext &C, QualType Type, ImplicitParamKind ParamKind) in ImplicitParamDecl() function
4286 private llvm::TrailingObjects<CapturedDecl, ImplicitParamDecl *> {
4288 size_t numTrailingObjects(OverloadToken<ImplicitParamDecl>) { in numTrailingObjects() argument
4304 ImplicitParamDecl *const *getParams() const { in getParams()
[all …]
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h41 class ImplicitParamDecl; variable
178 const ImplicitParamDecl *getSelfDecl() const;
254 const ImplicitParamDecl *getSelfDecl() const { return Ctx->getSelfDecl(); } in getSelfDecl()
/external/clang/include/clang/AST/
DDecl.h1355 class ImplicitParamDecl : public VarDecl {
1358 static ImplicitParamDecl *Create(ASTContext &C, DeclContext *DC,
1362 static ImplicitParamDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1364 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() function
3628 private llvm::TrailingObjects<CapturedDecl, ImplicitParamDecl *> {
3630 size_t numTrailingObjects(OverloadToken<ImplicitParamDecl>) { in numTrailingObjects() argument
3644 ImplicitParamDecl *const *getParams() const { in getParams()
3645 return getTrailingObjects<ImplicitParamDecl *>(); in getParams()
3648 ImplicitParamDecl **getParams() { in getParams()
3649 return getTrailingObjects<ImplicitParamDecl *>(); in getParams()
[all …]
/external/clang/test/Misc/
Dast-dump-decl.m41 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
42 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp146 return isa<ImplicitParamDecl>(VD) && VD->getName() == "self"; in isSelfDecl()
149 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl()
157 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
175 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp145 return isa<ImplicitParamDecl>(VD) && VD->getName() == "self"; in isSelfDecl()
148 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl()
156 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
174 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-objc.m65 // CHECK-NEXT: ImplicitParamDecl
66 // CHECK-NEXT: ImplicitParamDecl
/external/clang/include/clang/Sema/
DScopeInfo.h38 class ImplicitParamDecl; variable
633 ImplicitParamDecl *ContextParam;
639 RecordDecl *RD, ImplicitParamDecl *Context, in CapturedRegionScopeInfo()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp161 ImplicitParamDecl *ThisDecl in buildThisParam()
162 = ImplicitParamDecl::Create(CGM.getContext(), nullptr, MD->getLocation(), in buildThisParam()
DCGBlocks.cpp866 ImplicitParamDecl blockFieldPseudoVar(getContext(), /*DC*/ nullptr, in EmitBlockLiteral()
1101 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1171 ImplicitParamDecl selfDecl(getContext(), const_cast<BlockDecl*>(blockDecl), in GenerateBlockFunction()
1327 ImplicitParamDecl dstDecl(getContext(), nullptr, SourceLocation(), nullptr, in GenerateCopyHelperFunction()
1330 ImplicitParamDecl srcDecl(getContext(), nullptr, SourceLocation(), nullptr, in GenerateCopyHelperFunction()
1506 ImplicitParamDecl srcDecl(getContext(), nullptr, SourceLocation(), nullptr, in GenerateDestroyHelperFunction()
1788 ImplicitParamDecl dst(CGF.getContext(), nullptr, SourceLocation(), nullptr, in generateByrefCopyHelper()
1792 ImplicitParamDecl src(CGF.getContext(), nullptr, SourceLocation(), nullptr, in generateByrefCopyHelper()
1865 ImplicitParamDecl src(CGF.getContext(), nullptr, SourceLocation(), nullptr, in generateByrefDisposeHelper()
DCGCXXABI.h52 ImplicitParamDecl *getThisDecl(CodeGenFunction &CGF) { in getThisDecl()
68 ImplicitParamDecl *&getStructorImplicitParamDecl(CodeGenFunction &CGF) { in getStructorImplicitParamDecl()
/external/clang/include/clang/Analysis/
DAnalysisContext.h181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h48 class ImplicitParamDecl; variable
775 ImplicitParamDecl *ContextParam;
784 RecordDecl *RD, ImplicitParamDecl *Context, in CapturedRegionScopeInfo()
/external/clang/lib/Frontend/
DASTConsumers.cpp438 ImplicitParamDecl* IPD = cast<ImplicitParamDecl>(I); in PrintDeclContext()
/external/llvm-project/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp453 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf()
DTransZeroOutPropsInDealloc.cpp32 ImplicitParamDecl *SelfD;
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp456 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf()

12345