Searched refs:PrintActions1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2355 static unsigned PrintActions1(const Compilation &C, Action *A, in PrintActions1() function 2375 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}"; 2395 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}"; in __anon17dcc6010602() 2405 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind); 2445 PrintActions1(C, A, Ids); in PrintActions()
|