Searched defs:VDecl (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantStringInitCheck.cpp | 125 if (const auto *VDecl = Result.Nodes.getNodeAs<VarDecl>("vardecl")) { in check() local
|
H A D | ElseAfterReturnCheck.cpp | 278 const VarDecl *VDecl = If->getConditionVariable(); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertUtils.cpp | 351 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 D | SemaExprMember.cpp | 1189 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, BuildMemberReferenceExpr() local
|
H A D | SemaDecl.cpp | 12739 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 D | SemaDeclObjC.cpp | 4216 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { ActOnAtEnd() local
|
H A D | SemaTemplateDeduction.cpp | 5273 DiagnoseAutoDeductionFailure(const VarDecl * VDecl,const Expr * Init) DiagnoseAutoDeductionFailure() argument
|
H A D | SemaDeclAttr.cpp | 6057 auto *VDecl = dyn_cast<VarDecl>(D); handleNoMergeAttr() local
|
H A D | SemaExpr.cpp | 13166 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { DiagnoseConstAssignment() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2488 auto VDecl = cast<VarDecl>(Helper->getDecl()); EmitOMPHelperVar() local 7642 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); mapParam() local
|
H A D | CGCall.cpp | 1850 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(TargetDecl)) { in HasStrictReturn() local
|
H A D | CGOpenMPRuntime.cpp | 8531 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
|