Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h249 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp676 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
695 if (!prepEatPreprocessorDirective(Kind)) in lexPreprocessor()