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

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

Completed in 148 milliseconds