Home
last modified time | relevance | path

Searched refs:prepEatPreprocessorDirective (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h358 void prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp719 void TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
737 prepEatPreprocessorDirective(Kind); in lexPreprocessor()