Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDToken.h284 bool isExpandDisabled() const { return getFlag(DisableExpand); } in isExpandDisabled() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp251 if (Tok.isExpandDisabled()) in DumpToken()
812 if (!Identifier.isExpandDisabled() && MI->isEnabled()) { in HandleIdentifier()