Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5685 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
5725 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2334 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local