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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h93 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp676 parsePPIf(/*IfDef=*/false);
680 parsePPIf(/*IfDef=*/true);
748 void UnwrappedLineParser::parsePPIf(bool IfDef) { argument
752 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0"))
754 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG")

Completed in 108 milliseconds