Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp1147 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, in BuildMemberReferenceExpr() local
H A DSemaDecl.cpp11631 VarDecl *VDecl; member
11641 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer()
11777 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType()
12103 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
H A DSemaDeclObjC.cpp4195 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
H A DSemaTemplateDeduction.cpp4968 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) { in DiagnoseAutoDeductionFailure()
H A DSemaDeclCXX.cpp102 } else if (const auto *VDecl = dyn_cast<VarDecl>(Decl)) { in VisitDeclRefExpr() local
H A DSemaExpr.cpp12680 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2426 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local
6819 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); in mapParam() local
H A DCGCall.cpp2231 else if (const VarDecl *VDecl = dyn_cast<VarDecl>(TargetDecl)) in ConstructAttributeList() local
H A DCGOpenMPRuntime.cpp8918 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local