HomeSort by relevance Sort by last modified time
    Searched refs:RParenLoc (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/include/clang/AST/
StmtObjC.h 28 SourceLocation RParenLoc;
55 SourceLocation getRParenLoc() const { return RParenLoc; }
56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
78 SourceLocation AtCatchLoc, RParenLoc;
81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc,
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
104 SourceLocation getRParenLoc() const { return RParenLoc; }
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
ExprCXX.h 181 SourceLocation RParenLoc; // the location of the right parenthesis
188 SourceLocation RParenLoc,
191 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
206 SourceLocation getRParenLoc() const { return RParenLoc; }
209 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
233 SourceLocation l, SourceLocation RParenLoc,
236 writtenTy, l, RParenLoc, AngleBrackets) {}
246 SourceLocation RParenLoc,
265 SourceLocation l, SourceLocation RParenLoc,
    [all...]
Expr.h     [all...]
StmtCXX.h 135 SourceLocation RParenLoc;
189 SourceLocation getRParenLoc() const { return RParenLoc; }
190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
ExprObjC.h 348 SourceLocation AtLoc, RParenLoc;
357 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
364 SourceLocation getRParenLoc() const { return RParenLoc; }
365 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
375 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
388 SourceLocation AtLoc, RParenLoc;
394 SelName(selInfo), AtLoc(at), RParenLoc(rp){}
402 SourceLocation getRParenLoc() const { return RParenLoc; }
404 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
407 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
    [all...]
TypeLoc.h 892 SourceLocation RParenLoc;
903 return this->getLocalData()->RParenLoc;
909 this->getLocalData()->RParenLoc = Loc;
1087 SourceLocation RParenLoc;
    [all...]
Stmt.h     [all...]
DeclCXX.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 641 SourceLocation RParenLoc;
649 isTypeCast == IsTypeCast, CastTy, RParenLoc);
    [all...]
ParsePragma.cpp 45 SourceLocation RParenLoc;
60 Info->LParenLoc, Info->RParenLoc);
301 SourceLocation RParenLoc = Tok.getLocation();
316 Info->RParenLoc = RParenLoc;
472 SourceLocation RParenLoc;
497 RParenLoc = Tok.getLocation();
514 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'");
ParseExprCXX.cpp 817 SourceLocation RParenLoc = T.getCloseLocation();
818 DeclEndLoc = RParenLoc;
863 EllipsisLoc, RParenLoc,
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 77 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
530 SourceLocation RParenLoc,
537 RParenLoc, AngleBrackets);
555 SourceLocation RParenLoc,
562 RParenLoc, AngleBrackets);
612 SourceLocation RParenLoc,
619 RParenLoc, AngleBrackets);
635 SourceLocation RParenLoc,
637 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
    [all...]
Expr.cpp     [all...]
Stmt.cpp 654 SourceLocation rparenloc)
656 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
724 RParenLoc = RPL;
802 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
864 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaExprCXX.cpp 293 SourceLocation RParenLoc) {
309 SourceRange(TypeidLoc, RParenLoc)));
316 SourceLocation RParenLoc) {
364 SourceRange(TypeidLoc, RParenLoc)));
370 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
407 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
411 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
418 SourceLocation RParenLoc) {
427 SourceRange(TypeidLoc, RParenLoc)));
434 SourceLocation RParenLoc) {
    [all...]
SemaStmt.cpp     [all...]
SemaAttr.cpp 186 SourceLocation LParenLoc, SourceLocation RParenLoc) {
DeclSpec.cpp 153 SourceLocation RParenLoc,
182 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
Initialization.h 424 SourceLocation RParenLoc) {
426 InitLoc, LParenLoc, RParenLoc);
477 SourceLocation RParenLoc,
480 InitLoc, LParenLoc, RParenLoc);
    [all...]
DeclSpec.h     [all...]

Completed in 458 milliseconds

1 2