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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1841 int SibKind = HeadSibAction; local
1847 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
1870 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}";
1872 SibKind = OtherSibAction;
1880 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);
1882 SibKind = OtherSibAction;

Completed in 45 milliseconds