Home | History | Annotate | Download | only in AST

Lines Matching refs:IdentifierLocs

3366                        ArrayRef<SourceLocation> IdentifierLocs)
3370 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size());
3372 memcpy(StoredLocs, IdentifierLocs.data(),
3373 IdentifierLocs.size() * sizeof(SourceLocation));
3386 ArrayRef<SourceLocation> IdentifierLocs) {
3388 IdentifierLocs.size() * sizeof(SourceLocation));
3389 return new (Mem) ImportDecl(DC, StartLoc, Imported, IdentifierLocs);