Home
last modified time | relevance | path

Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DDecl.cpp3589 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local
3590 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()
3632 const SourceLocation *StoredLocs in getIdentifierLocs() local
3634 return ArrayRef<SourceLocation>(StoredLocs, in getIdentifierLocs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1310 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local
1312 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()