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

/external/clang/include/clang/AST/
H A DTemplateBase.h531 SourceLocation getRAngleLoc() const { return RAngleLoc; } function in class:clang::TemplateArgumentListInfo
H A DTypeLoc.h830 SourceLocation getRAngleLoc() const { function in class:clang::ObjCObjectTypeLoc
868 return SourceRange(getLAngleLoc(), getRAngleLoc());
1380 SourceLocation getRAngleLoc() const {
1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1424 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
1808 SourceLocation getRAngleLoc() const {
1832 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc());
1834 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
1836 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1838 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
[all...]
H A DExpr.h1076 SourceLocation getRAngleLoc() const { function in class:clang::DeclRefExpr
2476 SourceLocation getRAngleLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 128 milliseconds