Searched defs:setRParenLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } function in class:clang::CXXForRangeStmt
H A DStmtObjC.h56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } function in class:clang::ObjCForCollectionStmt
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } function in class:clang::ObjCAtCatchStmt
H A DExprObjC.h375 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCEncodeExpr
414 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCSelectorExpr
457 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCProtocolExpr
H A DStmt.h1119 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::DoStmt
1191 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ForStmt
1568 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::GCCAsmStmt
H A DExpr.h1914 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::OffsetOfExpr
2046 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2282 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2886 void setRParenLoc(SourceLocation L) { RPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3420 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3459 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3618 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3699 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr

Completed in 466 milliseconds