Searched refs:PrintActions1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/llvm-project/clang/lib/Driver/ |
| HD | 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 __anonb87c63c00602() 2405 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind); 2445 PrintActions1(C, A, Ids); in PrintActions()
|