Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp125 if (const auto *VDecl = Result.Nodes.getNodeAs<VarDecl>("vardecl")) { in check() local
H A DElseAfterReturnCheck.cpp278 const VarDecl *VDecl = If->getConditionVariable(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp351 const auto *VDecl = dyn_cast<VarDecl>(TheDecl); in isAliasDecl() local
780 ValueDecl *VDecl = C->getCapturedVar(); in TraverseLambdaCapture() local
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1189 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, BuildMemberReferenceExpr() local
H A DSemaDecl.cpp12739 VarDecl *VDecl; global() member
12749 deduceVarTypeFromInitializer(VarDecl * VDecl,DeclarationName Name,QualType Type,TypeSourceInfo * TSI,SourceRange Range,bool DirectInit,Expr * Init) deduceVarTypeFromInitializer() argument
12897 DeduceVariableDeclarationType(VarDecl * VDecl,bool DirectInit,Expr * Init) DeduceVariableDeclarationType() argument
13222 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); AddInitializerToDecl() local
[all...]
H A DSemaDeclObjC.cpp4216 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { ActOnAtEnd() local
H A DSemaTemplateDeduction.cpp5273 DiagnoseAutoDeductionFailure(const VarDecl * VDecl,const Expr * Init) DiagnoseAutoDeductionFailure() argument
H A DSemaDeclAttr.cpp6057 auto *VDecl = dyn_cast<VarDecl>(D); handleNoMergeAttr() local
H A DSemaExpr.cpp13166 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { DiagnoseConstAssignment() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2488 auto VDecl = cast<VarDecl>(Helper->getDecl()); EmitOMPHelperVar() local
7642 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); mapParam() local
H A DCGCall.cpp1850 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(TargetDecl)) { in HasStrictReturn() local
H A DCGOpenMPRuntime.cpp8531 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local