Home
last modified time | relevance | path

Searched refs:isHandleIdentifierCase (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h465 bool isHandleIdentifierCase() const { return NeedsHandleIdentifier; } in isHandleIdentifierCase() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp716 if (!DisableMacroExpansion && II->isHandleIdentifierCase()) in Lex()
H A DLexer.cpp2008 if (II->isHandleIdentifierCase()) in LexIdentifierContinue()
4561 if (II->isHandleIdentifierCase()) in LexDependencyDirectiveToken()