Searched refs:getRAngleLoc (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h790 SourceLocation getRAngleLoc() const { function in class:clang::ObjCObjectTypeLoc
828 return SourceRange(getLAngleLoc(), getRAngleLoc());
1295 SourceLocation getRAngleLoc() const {
1337 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1339 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
1719 SourceLocation getRAngleLoc() const {
1743 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc());
1745 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
1747 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1749 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
[all...]
H A DExprCXX.h2505 SourceLocation getRAngleLoc() const {
2654 return getRAngleLoc();
2755 SourceLocation getRAngleLoc() const {
2808 return getRAngleLoc();
3173 SourceLocation getRAngleLoc() const {
3240 return getRAngleLoc();
3374 return getRAngleLoc();
H A DTemplateBase.h529 SourceLocation getRAngleLoc() const { return RAngleLoc; } function in class:clang::TemplateArgumentListInfo
H A DDeclTemplate.h126 SourceLocation getRAngleLoc() const { return RAngleLoc; }
521 SourceLocation getRAngleLoc() const {
H A DExpr.h1059 SourceLocation getRAngleLoc() const { function in class:clang::DeclRefExpr
2447 SourceLocation getRAngleLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h4746 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc());
4774 NewTL.setRAngleLoc(TL.getRAngleLoc());
4785 NewTL.setRAngleLoc(TL.getRAngleLoc());
4801 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc());
4826 NewTL.setRAngleLoc(TL.getRAngleLoc());
4844 NewTL.setRAngleLoc(TL.getRAngleLoc());
5024 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc());
5051 NamedTL.setRAngleLoc(TL.getRAngleLoc());
5067 SpecTL.setRAngleLoc(TL.getRAngleLoc());
5076 SpecTL.setRAngleLoc(TL.getRAngleLoc());
[all...]
H A DSemaTemplate.cpp40 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
782 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
1809 ParamLists[ParamIdx]->getRAngleLoc())
1895 ParamLists[NumParamLists - 2]->getRAngleLoc());
3003 TemplateArgs.getRAngleLoc());
3055 SourceLocation RAngleLoc = TemplateArgs.getRAngleLoc();
4786 << SourceRange(New->getTemplateLoc(), New->getRAngleLoc());
4789 << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc());
5296 TemplateParams->getRAngleLoc()))
H A DSemaTemplateInstantiateDecl.cpp1317 Info->getRAngleLoc());
2313 L->getRAngleLoc());
H A DSemaDeclCXX.cpp1903 TemplateParams->getRAngleLoc());
1910 TemplateParams->getRAngleLoc());
7439 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc());
H A DSemaDecl.cpp4848 TemplateParams->getRAngleLoc());
4857 TemplateParams->getRAngleLoc());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp573 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
601 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
615 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
4859 AddSourceLocation(TemplateParams->getRAngleLoc(), Record);
H A DASTWriterDecl.cpp400 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
H A DASTWriterStmt.cpp539 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp465 return getRAngleLoc();
1360 EndLoc = getRAngleLoc();
H A DDecl.cpp2606 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) {
H A DASTImporter.cpp2060 Importer.Import(Params->getRAngleLoc()));
H A DASTContext.cpp3048 TL.setRAngleLoc(Args.getRAngleLoc());

Completed in 274 milliseconds