Home
last modified time | relevance | path

Searched defs:IPD (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp453 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf() local
/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp295 ImplicitParamDecl IPD(CGM.getContext(), CGM.getContext().IntTy, createTLSAtExitStub() local
H A DCGDecl.cpp2576 if (auto IPD = dyn_cast<ImplicitParamDecl>(&D)) { EmitParmDecl() local
H A DCGDebugInfo.cpp4793 if (const auto *IPD = dyn_cast<ImplicitParamDecl>(VD)) { EmitDeclare() local
5109 if (const auto *IPD = dyn_cast<ImplicitParamDecl>(VD)) EmitDeclareOfBlockDeclRefVariable() local
/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp576 if (const ImplicitParamDecl *IPD = dyn_cast_or_null<ImplicitParamDecl>( MakeCXCursor() local
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1159 if (const auto *IPD = dyn_cast<ImplicitParamDecl>(D)) VisitVarDecl() local