Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h125 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp1127 parsePPIf(/*IfDef=*/false); in parsePPDirective()
1131 parsePPIf(/*IfDef=*/true); in parsePPDirective()
1202 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser