Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h147 bool LexInclude();
H A DTGLexer.cpp374 if (LexInclude()) return tgtok::Error; in LexIdentifier()
388 bool TGLexer::LexInclude() { in LexInclude() function in TGLexer