Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h80 void parsePPIf(bool IfDef);
DUnwrappedLineParser.cpp486 parsePPIf(/*IfDef=*/false); in parsePPDirective()
490 parsePPIf(/*IfDef=*/true); in parsePPDirective()
553 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() function in clang::format::UnwrappedLineParser