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 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp698 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
717 if (!prepEatPreprocessorDirective(Kind)) in lexPreprocessor()