Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp829 bool MaybeIncludeGuard = IfNDef; in parsePPIf() local
830 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) in parsePPIf()
833 MaybeIncludeGuard = false; in parsePPIf()
841 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()