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

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 33 LT_PreprocessorDirective,
ContinuationIndenter.cpp 249 (Line->Type == LT_PreprocessorDirective ||
588 (State.Line->Type == LT_PreprocessorDirective ||
1922 if (State.Line->Type == LT_PreprocessorDirective)
TokenAnnotator.cpp 1199 LineType Type = LT_PreprocessorDirective;
2291 (NextNonCommentLine->Type == LT_PreprocessorDirective ||
3030 Left.isIf(Line.Type != LT_PreprocessorDirective) ||
3039 Line.Type != LT_PreprocessorDirective);
UnwrappedLineFormatter.cpp 1321 (Line.Type == LT_PreprocessorDirective ||

Completed in 28 milliseconds