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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 154 SourceLocation RPLoc; /// The location of the right paren
195 SourceLocation getRParenLoc() const { return RPLoc; }
196 void setRParenLoc(SourceLocation L) { RPLoc = L; }
316 SourceLocation RPLoc;
369 SourceLocation getRParenLoc() const { return RPLoc; }
370 void setRParenLoc(SourceLocation L) { RPLoc = L; }
375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; }
Expr.h 3662 SourceLocation RPLoc; // the location of the right paren
3669 LPLoc(l), RPLoc(r) {
3695 SourceLocation getRParenLoc() const { return RPLoc; }
3696 void setRParenLoc(SourceLocation L) { RPLoc = L; }
4561 SourceLocation RPLoc, QualType t, bool IsMS)
4563 TInfo(TInfo, IsMS), BuiltinLoc(BLoc), RParenLoc(RPLoc) {
ExprCXX.h 1762 SourceLocation RPLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 3182 SourceLocation RPLoc,
3203 &Op.BasePath, CurFPFeatureOverrides(), CastTypeInfo, LPLoc, RPLoc));
3210 SourceLocation RPLoc) {
3224 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc));
3228 Op.SrcExpr.get(), &Op.BasePath, CurFPFeatureOverrides(), LPLoc, RPLoc));
SemaExpr.cpp 14978 SourceLocation RPLoc) {
14979 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S));
14983 SourceLocation RPLoc, unsigned TemplateDepth) {
15015 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth);
15237 SourceLocation RPLoc) {
15265 resType, VK, OK, RPLoc, CondIsTrue);
15618 SourceLocation RPLoc) {
15621 return BuildVAArgExpr(BuiltinLoc, E, TInfo, RPLoc);
15626 SourceLocation RPLoc) {
15735 return new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T, IsMS)
    [all...]
TreeTransform.h 3334 SourceLocation RPLoc,
3336 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation();
3405 ValueExpr = Actions.ActOnParenExpr(LPLoc, RPLoc, ValueExpr.get());
3406 return Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5468 SourceLocation RPLoc);
5470 SourceLocation RPLoc, unsigned TemplateDepth);
5500 Expr *RHSExpr, SourceLocation RPLoc);
5504 SourceLocation RPLoc);
5506 TypeSourceInfo *TInfo, SourceLocation RPLoc);
5512 SourceLocation RPLoc);
5516 SourceLocation BuiltinLoc, SourceLocation RPLoc,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4765 RPLoc(R), NumDims(Dims.size()) {
4887 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R),

Completed in 56 milliseconds