Home
last modified time | relevance | path

Searched defs:PVD (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Frontend/
DASTConsumers.cpp443 ParmVarDecl* PVD = cast<ParmVarDecl>(I); in PrintDeclContext() local
/external/clang/lib/CodeGen/
DCGCall.cpp2034 static const NonNullAttr *getNonNullAttr(const Decl *FD, const ParmVarDecl *PVD, in getNonNullAttr()
2209 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(Arg)) { in EmitFunctionProlog() local
3154 auto PVD = ParmNum < FD->getNumParams() ? FD->getParamDecl(ParmNum) : nullptr; in EmitNonNullArgCheck() local
DCodeGenFunction.cpp893 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) in StartFunction() local
DCGOpenMPRuntime.cpp6421 auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local
6437 auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local
6458 auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local
DCGStmtOpenMP.cpp3468 const ImplicitParamDecl *PVD, in mapParam()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3672 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in ActOnOpenMPDeclareSimdDirective() local
3699 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local
3769 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local
3838 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local
DSemaTemplateInstantiateDecl.cpp252 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in instantiateOMPDeclareSimdDeclAttr() local
DSemaExpr.cpp3671 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand() local
4902 static void DiagnoseCalleeStaticArrayParam(Sema &S, ParmVarDecl *PVD) { in DiagnoseCalleeStaticArrayParam()
13653 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var)) in tryCaptureVariable() local
DSemaStmt.cpp2293 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in BuildCXXForRangeStmt() local
DSemaDeclAttr.cpp5531 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(D)) in ProcessDeclAttribute() local
DSemaChecking.cpp2031 const ParmVarDecl *PVD = *I; in CheckNonNullArguments() local
DSemaDeclCXX.cpp422 const ParmVarDecl *PVD = FD->getParamDecl(NumParams-1); in functionDeclHasDefaultArgument() local
/external/clang/lib/AST/
DExpr.cpp3903 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in getBaseOriginalType() local
DExprConstant.cpp2113 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) { in evaluateVarDeclInit() local