Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2670 int SibKind = HeadSibAction; local
2676 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
2696 os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}"; in __anon17dcc6010a02()
2698 SibKind = OtherSibAction; in __anon17dcc6010a02()
2706 os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);
2708 SibKind = OtherSibAction;