Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp4231 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
4272 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1816 SourceLocation *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local