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

/external/clang/lib/AST/
H A DDecl.cpp3047 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); local
3048 memcpy(StoredLocs, IdentifierLocs.data(),
3090 const SourceLocation *StoredLocs local
3092 return ArrayRef<SourceLocation>(StoredLocs,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1242 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); local
1244 StoredLocs[I] = ReadSourceLocation(Record, Idx);

Completed in 37 milliseconds