Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1423 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4126 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) { in DiagnoseAutoDeductionFailure()
DSemaDeclObjC.cpp3733 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
DSemaDecl.cpp9086 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer()
9196 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
DSemaDeclCXX.cpp98 } else if (VarDecl *VDecl = dyn_cast<VarDecl>(Decl)) { in VisitDeclRefExpr() local
DSemaExpr.cpp9308 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local