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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1875 int SibKind = HeadSibAction; local
1881 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
1901 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}";
1903 SibKind = OtherSibAction;
1911 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);
1913 SibKind = OtherSibAction;

Completed in 107 milliseconds