Searched refs:setRParenLoc (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h952 void setRParenLoc(SourceLocation Loc) {
962 setRParenLoc(Loc);
1199 void setRParenLoc(SourceLocation Loc) {
1235 setRParenLoc(Loc);
1519 void setRParenLoc(SourceLocation Loc) {
1528 setRParenLoc(range.getEnd());
1538 setRParenLoc(Loc);
1596 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; }
1614 setRParenLoc(Range.getEnd());
1619 setRParenLoc(Lo
[all...]
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 DStmtCXX.h190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } function in class:clang::CXXForRangeStmt
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 DExpr.h1883 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::OffsetOfExpr
2026 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2255 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
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
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 DExprCXX.h1237 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
3058 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
H A DDecl.h3157 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp233 S->setRParenLoc(ReadSourceLocation(Record, Idx));
246 S->setRParenLoc(ReadSourceLocation(Record, Idx));
311 S->setRParenLoc(ReadSourceLocation(Record, Idx));
538 E->setRParenLoc(ReadSourceLocation(Record, Idx));
583 E->setRParenLoc(ReadSourceLocation(Record, Idx));
596 E->setRParenLoc(ReadSourceLocation(Record, Idx));
696 E->setRParenLoc(ReadSourceLocation(Record, Idx));
814 E->setRParenLoc(ReadSourceLocation(Record, Idx));
827 E->setRParenLoc(ReadSourceLocation(Record, Idx));
837 E->setRParenLoc(ReadSourceLocatio
[all...]
H A DASTReader.cpp5047 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5068 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5073 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5082 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5135 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5182 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
H A DASTReaderDecl.cpp1041 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h4446 NewTL.setRParenLoc(TL.getRParenLoc());
4471 NewTL.setRParenLoc(TL.getRParenLoc());
4551 NewTL.setRParenLoc(TL.getRParenLoc());
4574 NewTL.setRParenLoc(TL.getRParenLoc());
4800 NewTL.setRParenLoc(TL.getRParenLoc());
5091 NewTL.setRParenLoc(TL.getRParenLoc());
H A DSemaType.cpp3765 TL.setRParenLoc(FTI.getRParenLoc());
3775 TL.setRParenLoc(Chunk.EndLoc);
H A DSemaDecl.cpp4499 DstPTL.setRParenLoc(SrcPTL.getRParenLoc());

Completed in 279 milliseconds