HomeSort by relevance Sort by last modified time
    Searched defs:PV (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 245 const ParmVarDecl *PV = D->getParamDecl(1);
246 QualType Ty = PV->getType();
258 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
ThreadSafety.cpp 284 const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(ND);
285 if (PV) {
287 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
288 unsigned i = PV->getFunctionScopeIndex();
    [all...]

Completed in 207 milliseconds