Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp4045 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local
4046 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()
4086 const SourceLocation *StoredLocs in getIdentifierLocs() local
4088 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1761 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local
1763 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()