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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1821 OtherSibAction = 2, enumerator in enum:__anon471
1837 return (K == HeadSibAction) ? " " : (K == OtherSibAction) ? "| " : "";
1872 SibKind = OtherSibAction;
1882 SibKind = OtherSibAction;
1904 return (K == HeadSibAction) ? "+- " : (K == OtherSibAction) ? "|- " : "";

Completed in 139 milliseconds