Searched refs:getUDSuffixLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h456 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } function in class:clang::UserDefinedLiteral
/external/clang/lib/Sema/
H A DSemaExpr.cpp1559 /// getUDSuffixLoc - Create a SourceLocation for a ud-suffix, given the
1561 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, function
1660 getUDSuffixLoc(*this, StringTokLocs[Literal.getUDSuffixToken()],
3165 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3272 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());

Completed in 213 milliseconds