Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h141 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp1005 parsePPIf(/*IfDef=*/false); in parsePPDirective()
1009 parsePPIf(/*IfDef=*/true); in parsePPDirective()
1080 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser