Home | History | Annotate | Download | only in AST

Lines Matching refs:UsingLoc

1864                                                SourceLocation UsingLoc,
1872 return new (C) NamespaceAliasDecl(DC, UsingLoc, AliasLoc, Alias,
1950 SourceLocation UsingLoc,
1953 return new (C) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
1969 SourceLocation UsingLoc,
1974 return new (C) UnresolvedUsingTypenameDecl(DC, UsingLoc, TypenameLoc,