Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h250 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp675 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
694 if (!prepEatPreprocessorDirective(Kind)) in lexPreprocessor()