Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2349 OtherSibAction = 2, enumerator
2365 return (K == HeadSibAction) ? " " : (K == OtherSibAction) ? "| " : ""; in __anon2265e71a0502()
2397 SibKind = OtherSibAction; in __anon2265e71a0602()
2407 SibKind = OtherSibAction;
2429 return (K == HeadSibAction) ? "+- " : (K == OtherSibAction) ? "|- " : ""; in __anon2265e71a0702()