Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp4231 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
4233 StoredLocs); in ImportDecl()
4272 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
4273 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1816 SourceLocation *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local
1818 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()