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.cpp2082 Literal.getUDSuffixOffset()); in ActOnUnevaluatedStringLiteral()
2220 Literal.getUDSuffixOffset()); in ActOnStringLiteral()
3614 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant()
3731 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant()
3789 unsigned Length = Literal.getUDSuffixOffset(); in ActOnNumericConstant()
3809 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) { in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2503 Literal.getUDSuffixOffset(), in ParseUnqualifiedIdOperator()