Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp4037 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
4078 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1734 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local