Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5070 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
5072 StoredLocs); in ImportDecl()
5110 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
5111 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2017 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local
2019 StoredLocs[I] = readSourceLocation(); in VisitImportDecl()