HomeSort by: relevance | last modified time | path
    Searched defs:getLAngleLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 580 SourceLocation getLAngleLoc() const { return LAngleLoc; }
632 SourceLocation getLAngleLoc() const { return LAngleLoc; }
DeclObjC.h 708 SourceLocation getLAngleLoc() const { return Brackets.getBegin(); }
ExprCXX.h 3013 SourceLocation getLAngleLoc() const {
3031 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }
3261 SourceLocation getLAngleLoc() const {
3279 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }
3712 SourceLocation getLAngleLoc() const {
3731 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }
Expr.h 1346 SourceLocation getLAngleLoc() const {
1366 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }
3213 SourceLocation getLAngleLoc() const {
3232 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); }

Completed in 34 milliseconds