Home
last modified time | relevance | path

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

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