Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1192 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, in BuildMemberReferenceExpr() local
H A DSemaDecl.cpp12781 VarDecl *VDecl; member
12791 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer()
12939 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType()
13264 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
H A DSemaDeclObjC.cpp4216 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
H A DSemaTemplateDeduction.cpp5273 void Sema::DiagnoseAutoDeductionFailure(const VarDecl *VDecl, in DiagnoseAutoDeductionFailure()
H A DSemaDeclAttr.cpp5919 auto *VDecl = dyn_cast<VarDecl>(D); in handleNoMergeAttr() local
H A DSemaExpr.cpp13218 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2493 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local
7660 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); in mapParam() local
H A DCGCall.cpp1824 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(TargetDecl)) { in HasStrictReturn() local
H A DCGOpenMPRuntime.cpp8542 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local