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

/external/clang/include/clang/AST/
H A DTemplateBase.h488 SourceLocation getRAngleLoc() const { return RAngleLoc; } function in class:clang::TemplateArgumentListInfo
H A DTypeLoc.h773 SourceLocation getRAngleLoc() const { function in class:clang::ObjCObjectTypeLoc
811 return SourceRange(getLAngleLoc(), getRAngleLoc());
1250 SourceLocation getRAngleLoc() const {
1292 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1294 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
1674 SourceLocation getRAngleLoc() const {
1698 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc());
1700 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
1702 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1704 return SourceRange(getTemplateNameLoc(), getRAngleLoc());
[all...]
H A DExpr.h982 SourceLocation getRAngleLoc() const { function in class:clang::DeclRefExpr
2341 SourceLocation getRAngleLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 101 milliseconds