Searched refs:getRParenLoc (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/include/clang/AST/
H A DTypeLoc.h943 SourceLocation getRParenLoc() const {
954 return SourceRange(getLParenLoc(), getRParenLoc());
1193 SourceLocation getRParenLoc() const {
1201 return SourceRange(getLParenLoc(), getRParenLoc());
1513 SourceLocation getRParenLoc() const {
1521 return SourceRange(getLParenLoc(), getRParenLoc());
1529 return SourceRange(getTypeofLoc(), getRParenLoc());
1592 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; }
1603 return SourceRange(getKWLoc(), getRParenLoc());
1607 return SourceRange(getLParenLoc(), getRParenLoc());
[all...]
H A DStmtObjC.h55 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCForCollectionStmt
104 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCAtCatchStmt
H A DStmtCXX.h189 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXForRangeStmt
H A DExpr.h1879 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StringLiteral::OffsetOfExpr
2022 SourceLocation getRParenLoc() const { return RParenLoc; } function
2250 SourceLocation getRParenLoc() const { return RParenLoc; }
2851 SourceLocation getRParenLoc() const { return RPLoc; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3385 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3424 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3529 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3610 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
4215 SourceLocation getRParenLoc() const { return RParenLoc; }
4291 SourceLocation getRParenLoc() cons
[all...]
H A DExprObjC.h364 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCEncodeExpr
402 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCSelectorExpr
445 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCProtocolExpr
H A DExprCXX.h87 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
208 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXNamedCastExpr
402 return getRParenLoc();
405 SourceLocation getLocEnd() const { return getRParenLoc(); }
1235 SourceLocation getRParenLoc() const { return RParenLoc; }
1655 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXScalarValueInitExpr
3057 SourceLocation getRParenLoc() const { return RParenLoc; }
3694 SourceLocation getRParenLoc() const { return RParenLoc; }
H A DDeclCXX.h1980 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXCtorInitializer
2976 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StaticAssertDecl
2979 return SourceRange(getLocation(), getRParenLoc());
H A DStmt.h1090 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::DoStmt
1161 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ForStmt
1519 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::GCCAsmStmt
H A DDecl.h3086 SourceLocation getRParenLoc() const { return RParenLoc; }
3089 return SourceRange(getAsmLoc(), getRParenLoc());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp159 Writer.AddSourceLocation(S->getRParenLoc(), Record);
172 Writer.AddSourceLocation(S->getRParenLoc(), Record);
234 Writer.AddSourceLocation(S->getRParenLoc(), Record);
465 Writer.AddSourceLocation(E->getRParenLoc(), Record);
505 Writer.AddSourceLocation(E->getRParenLoc(), Record);
520 Writer.AddSourceLocation(E->getRParenLoc(), Record);
653 Writer.AddSourceLocation(E->getRParenLoc(), Record);
749 Writer.AddSourceLocation(E->getRParenLoc(), Record);
765 Writer.AddSourceLocation(E->getRParenLoc(), Record);
775 Writer.AddSourceLocation(E->getRParenLoc(), Recor
[all...]
H A DASTWriter.cpp504 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
524 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
529 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
538 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
588 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
633 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
5022 AddSourceLocation(Init->getRParenLoc(), Record);
H A DASTWriterDecl.cpp798 Writer.AddSourceLocation(D->getRParenLoc(), Record);
1375 Writer.AddSourceLocation(D->getRParenLoc(), Record);
/external/clang/lib/AST/
H A DTypeLoc.cpp239 if (getRParenLoc().isValid())
240 return SourceRange(getTypeofLoc(), getRParenLoc());
H A DExprCXX.cpp463 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
465 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
H A DASTImporter.cpp4455 Importer.Import(E->getRParenLoc()));
4465 Importer.Import(E->getRParenLoc()));
4563 Importer.Import(E->getRParenLoc()));
H A DDeclCXX.cpp1607 return SourceRange(getSourceLocation(), getRParenLoc());
/external/clang/unittests/AST/
H A DSourceLocationTest.cpp189 return SourceRange(T.getLParenLoc(), T.getRParenLoc());
/external/clang/lib/Sema/
H A DTreeTransform.h4404 NewTL.setRParenLoc(TL.getRParenLoc());
4429 NewTL.setRParenLoc(TL.getRParenLoc());
4509 NewTL.setRParenLoc(TL.getRParenLoc());
4532 NewTL.setRParenLoc(TL.getRParenLoc());
4758 NewTL.setRParenLoc(TL.getRParenLoc());
5049 NewTL.setRParenLoc(TL.getRParenLoc());
5531 S->getRParenLoc());
5597 FullInc, S->getRParenLoc(), Body.get());
5739 Clobbers, S->getRParenLoc());
5846 S->getRParenLoc(),
[all...]
H A DSemaChecking.cpp792 IsMemberFunction, TheCall->getRParenLoc(),
852 TheCall->getRParenLoc(),
869 TheCall->getRParenLoc(),
1165 TheCall->getRParenLoc());
1816 TheCall->getRParenLoc()));
3166 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc());
6825 StmtLoc = FS->getRParenLoc();
H A DSemaPseudoObject.cpp99 gse->getRParenLoc(),
117 ce->getRParenLoc(),
H A DSemaLambda.cpp460 Loc, Parens->getLParenLoc(), Parens->getRParenLoc());
H A DSemaExprObjC.cpp3265 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc());
3319 gse->getRParenLoc(),
/external/clang/include/clang/Sema/
H A DDeclSpec.h1246 SourceLocation getRParenLoc() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1565 SourceLocation rightParenLoc = S->getRParenLoc();
1877 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
1901 SourceLocation rParenLoc = Catch->getRParenLoc();
2122 EndLoc = ECE->getRParenLoc();
3981 SourceLocation LocEnd = CE->getRParenLoc();
H A DRewriteModernObjC.cpp1786 SourceLocation rightParenLoc = S->getRParenLoc();
2013 SourceLocation rParenLoc = Catch->getRParenLoc();
2216 EndLoc = ECE->getRParenLoc();
4919 SourceLocation LocEnd = CE->getRParenLoc();

Completed in 947 milliseconds

12