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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h260 IG_Defined, // Matching #define found, checking other requirements. enumerator in enum:clang::format::UnwrappedLineParser::IncludeGuardState
H A DUnwrappedLineParser.cpp780 if (IncludeGuard == IG_Defined && PPBranchLevel == 0)
798 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 &&
816 IncludeGuard = IG_Defined;

Completed in 55 milliseconds