Home
last modified time | relevance | path

Searched refs:IsUDSuffix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2132 bool IsUDSuffix = false; in LexUDSuffix() local
2134 IsUDSuffix = true; in LexUDSuffix()
2149 IsUDSuffix = in LexUDSuffix()
2163 if (!IsUDSuffix) { in LexUDSuffix()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2853 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator() local
2856 if (IsUDSuffix) { in ParseUnqualifiedIdOperator()
2893 return Actions.checkLiteralOperatorId(SS, Result, IsUDSuffix); in ParseUnqualifiedIdOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp495 const UnqualifiedId &Name, bool IsUDSuffix) { in checkLiteralOperatorId() argument
497 if (!IsUDSuffix) { in checkLiteralOperatorId()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8293 bool IsUDSuffix);