Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h139 bool LexInclude();
H A DTGLexer.cpp332 if (LexInclude()) return tgtok::Error; in LexIdentifier()
362 bool TGLexer::LexInclude() { in LexInclude() function in TGLexer