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

/external/clang/include/clang/AST/
H A DStmtCXX.h191 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
104 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } function in class:clang::ObjCAtCatchStmt
H A DExprObjC.h359 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCEncodeExpr
400 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCSelectorExpr
441 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCProtocolExpr
H A DStmt.h1094 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::DoStmt
1166 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ForStmt
1544 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::GCCAsmStmt
H A DExpr.h1783 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::OffsetOfExpr
1929 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2144 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2750 void setRParenLoc(SourceLocation L) { RPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3238 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3278 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3373 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3456 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr

Completed in 95 milliseconds