Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineParser.h334 IG_Defined, // Matching #define found, checking other requirements. enumerator
DUnwrappedLineParser.cpp1235 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()
1252 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 && Tokens->isEOF() && in parsePPEndIf()
1270 IncludeGuard = IG_Defined; in parsePPDefine()
1297 Line->PPLevel = PPBranchLevel + (IncludeGuard == IG_Defined ? 0 : 1); in parsePPDefine()