Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp4037 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
4039 StoredLocs); in ImportDecl()
4078 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
4079 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1734 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local
1736 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()