Home
last modified time | relevance | path

Searched defs: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
5110 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2017 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local