Home | History | Annotate | Download | only in AST

Lines Matching defs:UsingLoc

2782   SourceLocation UsingLoc;
2805 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2811 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2844 SourceLocation getUsingLoc() const { return UsingLoc; }
2854 SourceLocation UsingLoc,
2863 return SourceRange(UsingLoc, getLocation());
3439 SourceLocation UsingLoc,
3445 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc),
3483 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
3532 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc,
3539 UsingLoc),
3576 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,