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

/external/clang/include/clang/AST/
H A DTypeLoc.h952 void setRParenLoc(SourceLocation Loc) {
962 setRParenLoc(Loc);
1202 void setRParenLoc(SourceLocation Loc) {
1238 setRParenLoc(Loc);
1522 void setRParenLoc(SourceLocation Loc) {
1531 setRParenLoc(range.getEnd());
1541 setRParenLoc(Loc);
1599 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; }
1617 setRParenLoc(Range.getEnd());
1622 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.h1902 void setRParenLoc(SourceLocation R) { RParenLoc = R; } function in class:clang::StringLiteral::OffsetOfExpr
2045 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function
2281 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2882 void setRParenLoc(SourceLocation L) { RPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3416 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3455 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3614 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3695 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
H A DStmt.h1115 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::DoStmt
1187 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::ForStmt
1562 void setRParenLoc(SourceLocation L) { RParenLoc = L; } function in class:clang::GCCAsmStmt
H A DExprCXX.h1240 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2854 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
H A DDecl.h3205 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp233 S->setRParenLoc(ReadSourceLocation(Record, Idx));
246 S->setRParenLoc(ReadSourceLocation(Record, Idx));
311 S->setRParenLoc(ReadSourceLocation(Record, Idx));
536 E->setRParenLoc(ReadSourceLocation(Record, Idx));
581 E->setRParenLoc(ReadSourceLocation(Record, Idx));
594 E->setRParenLoc(ReadSourceLocation(Record, Idx));
694 E->setRParenLoc(ReadSourceLocation(Record, Idx));
812 E->setRParenLoc(ReadSourceLocation(Record, Idx));
825 E->setRParenLoc(ReadSourceLocation(Record, Idx));
835 E->setRParenLoc(ReadSourceLocatio
[all...]
H A DASTReader.cpp5631 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5652 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5657 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5666 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5719 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
5766 TL.setRParenLoc(ReadSourceLocation(Record, Idx));
H A DASTReaderDecl.cpp1069 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
/external/clang/lib/Sema/
H A DTreeTransform.h4548 NewTL.setRParenLoc(TL.getRParenLoc());
4572 NewTL.setRParenLoc(TL.getRParenLoc());
4652 NewTL.setRParenLoc(TL.getRParenLoc());
4675 NewTL.setRParenLoc(TL.getRParenLoc());
4901 NewTL.setRParenLoc(TL.getRParenLoc());
5192 NewTL.setRParenLoc(TL.getRParenLoc());
H A DSemaType.cpp3751 TL.setRParenLoc(FTI.getRParenLoc());
3761 TL.setRParenLoc(Chunk.EndLoc);
H A DSemaDecl.cpp4662 DstPTL.setRParenLoc(SrcPTL.getRParenLoc());

Completed in 513 milliseconds