Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp5357 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
5359 StoredLocs); in ImportDecl()
5397 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
5398 return llvm::ArrayRef(StoredLocs, in getIdentifierLocs()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp2223 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local
2225 StoredLocs[I] = readSourceLocation(); in VisitImportDecl()