Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h173 static inline bool isBangOperator(tgtok::TokKind Kind) { in isBangOperator() function
H A DTGParser.cpp2624 if (tgtok::isBangOperator(Code)) in ParseSimpleValue()