Home
last modified time | relevance | path

Searched refs:ImplicitParamDecl (Results 76 – 100 of 905) sorted by relevance

12345678910>>...37

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class ImplicitParamDecl; variable
183 const ImplicitParamDecl *getSelfDecl() const;
265 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class ImplicitParamDecl; variable
183 const ImplicitParamDecl *getSelfDecl() const;
264 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class ImplicitParamDecl; variable
183 const ImplicitParamDecl *getSelfDecl() const;
264 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h39 class ImplicitParamDecl; variable
184 const ImplicitParamDecl *getSelfDecl() const;
266 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h39 class ImplicitParamDecl; variable
187 const ImplicitParamDecl *getSelfDecl() const;
263 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Analysis/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Analysis/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Analysis/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A 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()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp144 return isa<ImplicitParamDecl>(VD) && VD->getName() == "self"; in isSelfDecl()
147 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl()
155 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
173 return dyn_cast<ImplicitParamDecl>(VD); in getSelfDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Analysis/
H A 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()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Misc/
H A Dast-dump-decl.m41 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
42 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/AST/
H A Dast-dump-decl.m40 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
41 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/AST/
H A Dast-dump-decl.m40 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
41 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/AST/
H A Dast-dump-decl.m40 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
41 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/AST/
H A Dast-dump-decl.m41 // CHECK-NEXT: ImplicitParamDecl{{.*}} self
42 // CHECK-NEXT: ImplicitParamDecl{{.*}} _cmd
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp1016 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1017 ImplicitParamDecl::Other); in EmitBlockLiteral()
1403 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1485 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1935 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2122 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2364 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2367 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2435 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1016 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1017 ImplicitParamDecl::Other); in EmitBlockLiteral()
1403 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1485 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1935 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2122 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2364 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2367 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2435 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1016 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1017 ImplicitParamDecl::Other); in EmitBlockLiteral()
1400 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
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()
2455 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1017 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1018 ImplicitParamDecl::Other); in EmitBlockLiteral()
1401 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1483 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1931 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1933 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2128 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2379 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2382 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2456 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp1027 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1028 ImplicitParamDecl::Other); in EmitBlockLiteral()
1412 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1494 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1942 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1944 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2139 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2393 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2396 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2472 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1145 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1146 ImplicitParamDecl::Other); in EmitBlockLiteral()
1476 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1558 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
2006 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2008 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2201 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2450 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2453 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2527 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1016 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1017 ImplicitParamDecl::Other); in EmitBlockLiteral()
1403 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1485 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
1935 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2122 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2364 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2367 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2435 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1144 ImplicitParamDecl BlockFieldPseudoVar(getContext(), type, in EmitBlockLiteral()
1145 ImplicitParamDecl::Other); in EmitBlockLiteral()
1476 void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D, in setBlockContextParameter()
1559 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()
2008 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2010 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction()
2203 ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateDestroyHelperFunction()
2452 ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2455 ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other); in generateByrefCopyHelper()
2529 ImplicitParamDecl Src(CGF.getContext(), Context.VoidPtrTy, in generateByrefDisposeHelper()
[all …]

12345678910>>...37