Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h106 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
217 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
300 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1973 Literal.getUDSuffixOffset()); in ActOnUnevaluatedStringLiteral()
2113 Literal.getUDSuffixOffset()); in ActOnStringLiteral()
3566 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant()
3682 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant()
3740 unsigned Length = Literal.getUDSuffixOffset(); in ActOnNumericConstant()
3760 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) { in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2860 Literal.getUDSuffixOffset(), in ParseUnqualifiedIdOperator()