Searched refs:SibKind (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2369 int SibKind = HeadSibAction; local 2375 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}"; 2395 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}"; in __anon17dcc6010602() 2397 SibKind = OtherSibAction; in __anon17dcc6010602() 2405 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind); 2407 SibKind = OtherSibAction;
|