Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h79 void parsePPIf(bool IfDef);
DUnwrappedLineParser.cpp583 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument
590 conditionalCompilationStart(!IfDef && IsLiteralFalse); in parsePPIf()
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py438 x = refpolicy.IfDef(p[4])
Drefpolicy.py895 class IfDef(Node): class