Searched refs:prepIsDirective (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp176 tgtok::TokKind Kind = prepIsDirective();
600 tgtok::TokKind TGLexer::prepIsDirective() const { function in class:TGLexer
825 tgtok::TokKind Kind = prepIsDirective();
842 PrintFatalError("prepIsDirective() and lexPreprocessor() "
H A DTGLexer.h233 tgtok::TokKind prepIsDirective() const;
239 // We use look-ahead prepIsDirective() and prepEatPreprocessorDirective()
247 // The method is called for CurPtr, when prepIsDirective() returns
248 // true. The first parameter matches the result of prepIsDirective(),

Completed in 108 milliseconds