HomeSort by: relevance | last modified time | path
    Searched refs:IncludeGuard (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 285 IncludeGuardState IncludeGuard;
UnwrappedLineParser.cpp 234 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None
241 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None
270 if (IncludeGuard == IG_Found)
830 if (IncludeGuard == IG_Inited && MaybeIncludeGuard)
834 IncludeGuard = IG_Rejected;
841 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) {
842 IncludeGuard = IG_IfNdefed;
849 if (IncludeGuard == IG_Defined && PPBranchLevel == 0)
850 IncludeGuard = IG_Rejected;
867 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 &
    [all...]

Completed in 28 milliseconds