Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h548 ReservedLiteralSuffixIdStatus isReservedLiteralSuffixId() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp402 IdentifierInfo::isReservedLiteralSuffixId() const { in isReservedLiteralSuffixId() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16654 ReservedLiteralSuffixIdStatus Status = II->isReservedLiteralSuffixId(); in CheckLiteralOperatorDeclaration()