Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1956 bool IsUDSuffix = false; in LexUDSuffix() local
1958 IsUDSuffix = true; in LexUDSuffix()
1973 IsUDSuffix = in LexUDSuffix()
1987 if (!IsUDSuffix) { in LexUDSuffix()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2682 bool IsUDSuffix = !Literal.getUDSuffix().empty(); in ParseUnqualifiedIdOperator() local
2685 if (IsUDSuffix) { in ParseUnqualifiedIdOperator()
2722 return Actions.checkLiteralOperatorId(SS, Result, IsUDSuffix); in ParseUnqualifiedIdOperator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp490 const UnqualifiedId &Name, bool IsUDSuffix) { in checkLiteralOperatorId() argument
492 if (!IsUDSuffix) { in checkLiteralOperatorId()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4366 bool IsUDSuffix);