Home
last modified time | relevance | path

Searched refs:InitDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp6751 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/
DCodeGenModule.cpp2394 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/
DSema.h2942 CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl = nullptr,
2953 CorrectDelayedTyposInExpr(ExprResult ER, VarDecl *InitDecl = nullptr,