Searched defs:IPD (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | TransUnbridgedCasts.cpp | 453 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGDeclCXX.cpp | 295 ImplicitParamDecl IPD(CGM.getContext(), CGM.getContext().IntTy, createTLSAtExitStub() local |
H A D | CGDecl.cpp | 2576 if (auto IPD = dyn_cast<ImplicitParamDecl>(&D)) { EmitParmDecl() local |
H A D | CGDebugInfo.cpp | 4793 if (const auto *IPD = dyn_cast<ImplicitParamDecl>(VD)) { EmitDeclare() local |
/llvm-project/clang/tools/libclang/ | ||
H A D | CXCursor.cpp | 576 if (const ImplicitParamDecl *IPD = dyn_cast_or_null<ImplicitParamDecl>( MakeCXCursor() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1159 if (const auto *IPD = dyn_cast<ImplicitParamDecl>(D)) VisitVarDecl() local |