Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp1149 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, in BuildMemberReferenceExpr() local
H A DSemaDecl.cpp12544 VarDecl *VDecl; member
12554 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer()
12693 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType()
13019 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
H A DSemaDeclObjC.cpp4211 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
H A DSemaTemplateDeduction.cpp4907 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) { in DiagnoseAutoDeductionFailure()
H A DSemaExpr.cpp13791 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2466 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local
7508 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); in mapParam() local
H A DCGCall.cpp1818 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(TargetDecl)) { in HasStrictReturn() local
H A DCGOpenMPRuntime.cpp8717 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local