Searched refs:PVD (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
H A DASTConsumers.cpp438 ParmVarDecl* PVD = cast<ParmVarDecl>(*I); local
439 Out << "<parameter> " << *PVD << '\n'; local
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp616 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD))
617 Ty = PVD->getOriginalType();
/external/clang/lib/Sema/
H A DSemaExpr.cpp3267 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
3268 QualType OType = PVD->getOriginalType();
3269 QualType Type = PVD->getType();
3273 Diag(PVD->getLocation(), diag::note_declared_at);
4196 static void DiagnoseCalleeStaticArrayParam(Sema &S, ParmVarDecl *PVD) { argument
4197 TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc();
4201 S.Diag(PVD->getLocation(), diag::note_callee_static_array)
H A DSemaDeclCXX.cpp410 const ParmVarDecl *PVD = FD->getParamDecl(NumParams-1); local
411 if (!PVD->hasDefaultArg())
413 if (!PVD->hasInheritedDefaultArg())
/external/clang/lib/AST/
H A DExprConstant.cpp1787 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) {
1796 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()];

Completed in 173 milliseconds