Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h85 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
185 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
257 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
/external/clang/lib/Parse/
DParseExprCXX.cpp2363 Literal.getUDSuffixOffset(), in ParseUnqualifiedIdOperator()
/external/clang/lib/Sema/
DSemaExpr.cpp1661 Literal.getUDSuffixOffset()); in ActOnStringLiteral()
3165 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant()
3272 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant()
3326 unsigned Length = Literal.getUDSuffixOffset(); in ActOnNumericConstant()
3345 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) { in ActOnNumericConstant()