Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h135 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp1016 parsePPIf(/*IfDef=*/false); in parsePPDirective()
1020 parsePPIf(/*IfDef=*/true); in parsePPDirective()
1091 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument
1095 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()
1097 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()