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

/external/clang/lib/AST/
H A DDecl.cpp3852 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); local
3853 memcpy(StoredLocs, IdentifierLocs.data(),
3893 const SourceLocation *StoredLocs local
3895 return ArrayRef<SourceLocation>(StoredLocs,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1528 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); local
1530 StoredLocs[I] = ReadSourceLocation(Record, Idx);

Completed in 136 milliseconds