Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h386 IG_Defined, // Matching #define found, checking other requirements. enumerator
H A DUnwrappedLineParser.cpp1124 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()
1141 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 && Tokens->isEOF() && in parsePPEndIf()
1159 IncludeGuard = IG_Defined; in parsePPDefine()
1186 Line->PPLevel = PPBranchLevel + (IncludeGuard == IG_Defined ? 0 : 1); in parsePPDefine()