| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | RedundantStringInitCheck.cpp | 134 if (const auto *VDecl = Result.Nodes.getNodeAs<VarDecl>("vardecl")) { in check() local
|
| D | ElseAfterReturnCheck.cpp | 281 const VarDecl *VDecl = If->getConditionVariable(); in check() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | LoopConvertUtils.cpp | 351 const auto *VDecl = dyn_cast<VarDecl>(TheDecl); in isAliasDecl() local 782 const VarDecl *VDecl = C->getCapturedVar(); in TraverseLambdaCapture() local
|
| /external/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 949 DeclResult VDecl = S.CheckVarTemplateId( in getVarTemplateSpecialization() local
|
| D | SemaTemplateDeduction.cpp | 4118 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) { in DiagnoseAutoDeductionFailure()
|
| D | SemaDeclObjC.cpp | 3882 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
|
| D | SemaDecl.cpp | 9421 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer() 9531 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
|
| D | SemaDeclCXX.cpp | 98 } else if (VarDecl *VDecl = dyn_cast<VarDecl>(Decl)) { in VisitDeclRefExpr() local
|
| D | SemaExpr.cpp | 9754 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 1148 DeclResult VDecl = CheckVarTemplateId(VarTempl, TemplateKWLoc, in BuildMemberReferenceExpr() local
|
| D | SemaDecl.cpp | 11522 VarDecl *VDecl; member 11532 QualType Sema::deduceVarTypeFromInitializer(VarDecl *VDecl, in deduceVarTypeFromInitializer() 11668 bool Sema::DeduceVariableDeclarationType(VarDecl *VDecl, bool DirectInit, in DeduceVariableDeclarationType() 11994 VarDecl *VDecl = dyn_cast<VarDecl>(RealDecl); in AddInitializerToDecl() local
|
| D | SemaDeclObjC.cpp | 4195 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) { in ActOnAtEnd() local
|
| D | SemaTemplateDeduction.cpp | 4978 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) { in DiagnoseAutoDeductionFailure()
|
| D | SemaDeclCXX.cpp | 102 } else if (const auto *VDecl = dyn_cast<VarDecl>(Decl)) { in VisitDeclRefExpr() local
|
| D | SemaExpr.cpp | 12562 } else if (const VarDecl *VDecl = dyn_cast<VarDecl>(VD)) { in DiagnoseConstAssignment() local
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 1919 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local 3470 auto *VDecl = cast<VarDecl>(Helper->getDecl()); in mapParam() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 2257 auto VDecl = cast<VarDecl>(Helper->getDecl()); in EmitOMPHelperVar() local 6386 const auto *VDecl = cast<VarDecl>(Helper->getDecl()); in mapParam() local
|
| D | CGOpenMPRuntime.cpp | 8796 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
|