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

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 245 // We use look-ahead prepIsDirective() and prepEatPreprocessorDirective()
249 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
TGLexer.cpp 676 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) {
687 "prepEatPreprocessorDirective()");
695 if (!prepEatPreprocessorDirective(Kind))

Completed in 26 milliseconds