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

/freebsd-9.3-release/contrib/llvm/tools/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.h366 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCEncodeExpr
405 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCSelectorExpr
448 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCProtocolExpr
H A DStmt.h1093 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::DoStmt
1165 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ForStmt
1523 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::GCCAsmStmt
H A DExpr.h1883 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::OffsetOfExpr
2026 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2858 void setRParenLoc(SourceLocation L) { RPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3392 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3431 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3590 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3671 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr

Completed in 174 milliseconds