Searched refs:getUDSuffixLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 456 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc() function
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1561 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, in getUDSuffixLoc() function 1660 getUDSuffixLoc(*this, StringTokLocs[Literal.getUDSuffixToken()], in ActOnStringLiteral() 3165 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant() 3272 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 700 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1749 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, in getUDSuffixLoc() function 1862 getUDSuffixLoc(*this, StringTokLocs[Literal.getUDSuffixToken()], in ActOnStringLiteral() 3575 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnCharacterConstant() 3684 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset()); in ActOnNumericConstant()
|