Home | History | Annotate | Download | only in AST

Lines Matching refs:UsingLoc

2043                                                SourceLocation UsingLoc,
2052 return new (C, DC) NamespaceAliasDecl(C, DC, UsingLoc, AliasLoc, Alias,
2136 SourceLocation UsingLoc,
2139 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
2161 SourceLocation UsingLoc,
2167 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc,