Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h94 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp745 parsePPIf(/*IfDef=*/false); in parsePPDirective()
749 parsePPIf(/*IfDef=*/true); in parsePPDirective()
817 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser