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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1855 OtherSibAction = 2, enumerator in enum:__anon1847
1871 return (K == HeadSibAction) ? " " : (K == OtherSibAction) ? "| " : "";
1903 SibKind = OtherSibAction;
1913 SibKind = OtherSibAction;
1935 return (K == HeadSibAction) ? "+- " : (K == OtherSibAction) ? "|- " : "";

Completed in 55 milliseconds