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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h95 unsigned getUDSuffixOffset() const { function in class:clang::NumericLiteralParser
201 unsigned getUDSuffixOffset() const { function in class:clang::CharLiteralParser
273 unsigned getUDSuffixOffset() const { function in class:clang::StringLiteralParser
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2645 Literal.getUDSuffixOffset(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1860 Literal.getUDSuffixOffset());
3571 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3680 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3738 unsigned Length = Literal.getUDSuffixOffset();
3757 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) {

Completed in 119 milliseconds