/external/clang/include/clang/AST/ |
StmtCXX.h | 135 SourceLocation RParenLoc; 189 SourceLocation getRParenLoc() const { return RParenLoc; } 190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
|
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...] |
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...] |
DeclCXX.h | [all...] |
Expr.h | [all...] |
Stmt.h | [all...] |
/external/clang/lib/Parse/ |
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 ')'");
|
ParseExpr.cpp | 641 SourceLocation RParenLoc; 649 isTypeCast == IsTypeCast, CastTy, RParenLoc); [all...] |
ParseExprCXX.cpp | [all...] |
ParseObjc.cpp | [all...] |
ParseDecl.cpp | [all...] |
/external/clang/include/clang/Sema/ |
DeclSpec.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |