Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h95 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp671 parsePPIf(/*IfDef=*/false); in parsePPDirective()
675 parsePPIf(/*IfDef=*/true); in parsePPDirective()
743 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser