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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1861 static unsigned PrintActions1(const Compilation &C, Action *A, function
1881 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
1901 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}";
1911 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);
1951 PrintActions1(C, A, Ids);

Completed in 63 milliseconds