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

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 179 tgtok::TokKind Kind = prepIsDirective();
621 tgtok::TokKind TGLexer::prepIsDirective() const {
846 tgtok::TokKind Kind = prepIsDirective();
863 PrintFatalError("prepIsDirective() and lexPreprocessor() "
TGLexer.h 239 tgtok::TokKind prepIsDirective() const;
245 // We use look-ahead prepIsDirective() and prepEatPreprocessorDirective()
253 // The method is called for CurPtr, when prepIsDirective() returns
254 // true. The first parameter matches the result of prepIsDirective(),

Completed in 15 milliseconds