Home
last modified time | relevance | path

Searched defs:StoredLocs (Results 1 – 4 of 4) 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/llvm-project/clang/lib/AST/
DDecl.cpp5038 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local
5078 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1816 SourceLocation *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2015 auto *StoredLocs = D->getTrailingObjects<SourceLocation>(); in VisitImportDecl() local