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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h225 struct PPBranch { struct in class:clang::format::UnwrappedLineParser
226 PPBranch(PPBranchKind Kind, size_t Line) : Kind(Kind), Line(Line) {} function in struct:clang::format::UnwrappedLineParser::PPBranch
232 SmallVector<PPBranch, 16> PPStack;

Completed in 578 milliseconds