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

/external/clang/include/clang/AST/
H A DTemplateBase.h487 SourceLocation getLAngleLoc() const { return LAngleLoc; } function in class:clang::TemplateArgumentListInfo
H A DTypeLoc.h766 SourceLocation getLAngleLoc() const { function in class:clang::ObjCObjectTypeLoc
811 return SourceRange(getLAngleLoc(), getRAngleLoc());
1243 SourceLocation getLAngleLoc() const {
1667 SourceLocation getLAngleLoc() const {
H A DExpr.h975 SourceLocation getLAngleLoc() const { function in class:clang::DeclRefExpr
993 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }
2334 SourceLocation getLAngleLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2351 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }

Completed in 76 milliseconds