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

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

Completed in 570 milliseconds