HomeSort by: relevance | last modified time | path
    Searched refs:getUDSuffixLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 710 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1744 /// getUDSuffixLoc - Create a SourceLocation for a ud-suffix, given the
1746 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc,
1859 getUDSuffixLoc(*this, StringTokLocs[Literal.getUDSuffixToken()],
3571 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());
3680 getUDSuffixLoc(*this, Tok.getLocation(), Literal.getUDSuffixOffset());

Completed in 70 milliseconds