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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
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.h374 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCEncodeExpr
415 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCSelectorExpr
460 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ObjCProtocolExpr
H A DStmt.h1111 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::DoStmt
1183 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ForStmt
1566 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::GCCAsmStmt
H A DExpr.h1900 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::final
2031 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2842 void setRParenLoc(SourceLocation L) { RPLoc = L; } function in class:clang::StringLiteral::final::CallExpr::final
3384 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::final::CallExpr::StmtExpr
3422 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::final::CallExpr::ShuffleVectorExpr
3581 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::final::CallExpr::ChooseExpr
3666 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::final::CallExpr::VAArgExpr

Completed in 72 milliseconds