Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h79 void parsePPIf(bool IfDef);
DUnwrappedLineParser.cpp516 parsePPIf(/*IfDef=*/false); in parsePPDirective()
520 parsePPIf(/*IfDef=*/true); in parsePPDirective()
583 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser