Home | History | Annotate | Download | only in AST

Lines Matching defs:UsingLoc

2378   SourceLocation UsingLoc;
2400 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2406 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2439 SourceLocation getUsingLoc() const { return UsingLoc; }
2449 SourceLocation UsingLoc,
2458 return SourceRange(UsingLoc, getLocation());
2778 SourceLocation UsingLoc,
2783 UsingLocation(UsingLoc), QualifierLoc(QualifierLoc),
2808 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
2848 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc,
2854 UsingLoc),
2876 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,