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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1903 SourceLocation SuffixLoc; local
1906 SuffixLoc =
1911 DiagLoc = SuffixLoc;
1915 SuffixLoc = ConsumeToken();
1916 TokLocs.push_back(SuffixLoc);
1938 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc);
/external/clang/include/clang/AST/
H A DExprCXX.h350 SourceLocation SuffixLoc)
352 UDSuffixLoc(SuffixLoc) {}
348 UserDefinedLiteral(ASTContext &C, Expr *Fn, ArrayRef<Expr*> Args, QualType T, ExprValueKind VK, SourceLocation LitEndLoc, SourceLocation SuffixLoc) argument

Completed in 78 milliseconds