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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h82 unsigned getUDSuffixOffset() const { function in class:clang::NumericLiteralParser
174 unsigned getUDSuffixOffset() const { function in class:clang::CharLiteralParser
246 unsigned getUDSuffixOffset() const { function in class:clang::StringLiteralParser
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2210 Literal.getUDSuffixOffset(),
/external/clang/lib/Sema/
H A DSemaExpr.cpp1559 Literal.getUDSuffixOffset());
2999 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3078 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3131 unsigned Length = Literal.getUDSuffixOffset();
3150 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) {

Completed in 349 milliseconds