Searched refs:InitDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6751 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anon8166f7d20311::TransformTypos 6831 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos() argument 6832 : BaseTransform(SemaRef), InitDecl(InitDecl), ExprFilter(Filter) {} in TransformTypos() 6927 if (InitDecl && TC.getFoundDecl() == InitDecl) in TransformTypoExpr() 6954 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() argument 6966 auto Result = TransformTypos(*this, InitDecl, Filter).Transform(E); in CorrectDelayedTyposInExpr()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2394 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local 2395 const Expr *InitExpr = D->getAnyInitializer(InitDecl); in EmitGlobalVarDefinition() 2417 Init = EmitConstantInit(*InitDecl); in EmitGlobalVarDefinition()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2942 CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl = nullptr, 2953 CorrectDelayedTyposInExpr(ExprResult ER, VarDecl *InitDecl = nullptr,
|