Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h242 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp654 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
673 if (!prepEatPreprocessorDirective(Kind)) in lexPreprocessor()