HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessorDirectives (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.h 143 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
148 // \c &PreprocessorDirectives.
UnwrappedLineParser.cpp 128 Parser.CurrentLines = &Parser.PreprocessorDirectives;
143 if (Parser.CurrentLines == &Parser.PreprocessorDirectives)
219 PreprocessorDirectives.clear();
    [all...]

Completed in 50 milliseconds