Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp16 inline const char *Fortran::lower::DumpEvaluateExpr::getIndentString() const { in getIndentString() function in Fortran::lower::DumpEvaluateExpr
219 outs << getIndentString() << twine << '\n'; in print()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DDumpEvaluateExpr.h186 const char *getIndentString() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp446 Expr *getIndentString(unsigned Depth) { in getIndentString() function
513 Expr *IndentLit = getIndentString(Depth); in dumpUnnamedRecord()
554 Expr *FieldIndentArg = getIndentString(Depth + 1); in dumpRecordValue()