Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h113 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp1069 parsePPIf(/*IfDef=*/false); in parsePPDirective()
1073 parsePPIf(/*IfDef=*/true); in parsePPDirective()
1143 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser