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

/external/clang/include/clang/AST/
H A DTemplateBase.h533 SourceLocation getRAngleLoc() const { return RAngleLoc; } function in class:clang::TemplateArgumentListInfo
H A DTypeLoc.h768 SourceLocation getRAngleLoc() const { function in class:clang::ObjCObjectTypeLoc
806 return SourceRange(getLAngleLoc(), getRAngleLoc());
1233 SourceLocation getRAngleLoc() const {
1274 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
1650 SourceLocation getRAngleLoc() const {
1674 return SourceRange(getKeywordLoc(), getRAngleLoc());
1676 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
1678 return SourceRange(getNameLoc(), getRAngleLoc());
H A DExprCXX.h2020 SourceLocation getRAngleLoc() const { function in class:clang::UnresolvedLookupExpr
2037 Range.setEnd(getRAngleLoc());
2145 SourceLocation getRAngleLoc() const { function in class:clang::DependentScopeDeclRefExpr
2160 Range.setEnd(getRAngleLoc());
2543 SourceLocation getRAngleLoc() const {
2557 Range.setEnd(getRAngleLoc());
2730 SourceLocation getRAngleLoc() const { function in class:clang::UnresolvedMemberExpr
2742 Range.setEnd(getRAngleLoc());
H A DExpr.h942 SourceLocation getRAngleLoc() const { function in class:clang::DeclRefExpr
2225 SourceLocation getRAngleLoc() const { function

Completed in 864 milliseconds