Searched refs:getUDSuffixOffset (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 85 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function 185 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function 257 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
|
/external/llvm-project/clang/include/clang/Lex/ |
D | LiteralSupport.h | 94 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function 200 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function 272 unsigned getUDSuffixOffset() const { in getUDSuffixOffset() function
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2363 Literal.getUDSuffixOffset(), in ParseUnqualifiedIdOperator()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1661 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()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2660 Literal.getUDSuffixOffset(), in ParseUnqualifiedIdOperator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1863 Literal.getUDSuffixOffset()); in ActOnStringLiteral() 3575 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant() 3684 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant() 3742 unsigned Length = Literal.getUDSuffixOffset(); in ActOnNumericConstant() 3761 for (unsigned I = 0, N = Literal.getUDSuffixOffset(); I != N; ++I) { in ActOnNumericConstant()
|