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 183 SourceLocation RParenLoc; // the location of the right parenthesis
190 SourceLocation RParenLoc,
193 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
208 SourceLocation getRParenLoc() const { return RParenLoc; }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
234 SourceLocation l, SourceLocation RParenLoc,
237 writtenTy, l, RParenLoc, AngleBrackets) {}
247 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 933 SourceLocation RParenLoc;
944 return this->getLocalData()->RParenLoc;
950 this->getLocalData()->RParenLoc = Loc;
    [all...]
Stmt.h     [all...]
DeclCXX.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 641 SourceLocation RParenLoc;
649 isTypeCast == IsTypeCast, CastTy, RParenLoc);
    [all...]
ParsePragma.cpp 47 SourceLocation RParenLoc;
62 Info->LParenLoc, Info->RParenLoc);
332 SourceLocation RParenLoc = Tok.getLocation();
347 Info->RParenLoc = RParenLoc;
503 SourceLocation RParenLoc;
528 RParenLoc = Tok.getLocation();
545 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'");
ParseExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 77 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
532 SourceLocation RParenLoc,
539 RParenLoc, AngleBrackets);
557 SourceLocation RParenLoc,
564 RParenLoc, AngleBrackets);
614 SourceLocation RParenLoc,
621 RParenLoc, AngleBrackets);
637 SourceLocation RParenLoc,
639 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
    [all...]
Expr.cpp     [all...]
DeclCXX.cpp     [all...]
Stmt.cpp 633 SourceLocation rparenloc)
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
716 RParenLoc = RPL;
794 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
856 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaExprCXX.cpp 338 SourceLocation RParenLoc) {
354 SourceRange(TypeidLoc, RParenLoc)));
361 SourceLocation RParenLoc) {
409 SourceRange(TypeidLoc, RParenLoc)));
415 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
452 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
456 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
463 SourceLocation RParenLoc) {
472 SourceRange(TypeidLoc, RParenLoc)));
479 SourceLocation RParenLoc) {
    [all...]
SemaStmtAsm.cpp 82 SourceLocation RParenLoc) {
207 AsmString, NumClobbers, Clobbers, RParenLoc);
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaAttr.cpp 187 SourceLocation LParenLoc, SourceLocation RParenLoc) {
DeclSpec.cpp 154 SourceLocation RParenLoc,
186 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
Initialization.h 474 SourceLocation RParenLoc) {
476 InitLoc, LParenLoc, RParenLoc);
527 SourceLocation RParenLoc,
530 InitLoc, LParenLoc, RParenLoc);
    [all...]
DeclSpec.h     [all...]

Completed in 258 milliseconds

1 2