Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3968 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local
3969 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()
4009 const SourceLocation *StoredLocs in getIdentifierLocs() local
4011 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1601 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local
1603 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()