Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h251 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
H A DTGLexer.cpp682 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective() function in TGLexer
701 if (!prepEatPreprocessorDirective(Kind)) in lexPreprocessor()