Home
last modified time | relevance | path

Searched defs:IsUDSuffix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2853 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2132 bool IsUDSuffix = false; in LexUDSuffix() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp495 const UnqualifiedId &Name, bool IsUDSuffix) { in checkLiteralOperatorId()