Searched refs:SibIndent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1840 Twine SibIndent = Indent + getSibIndent(Kind); local
1847 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
1870 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}";
1880 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);

Completed in 163 milliseconds