Home
last modified time | relevance | path

Searched refs:KeyDecls (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1167 KeyDeclsMap KeyDecls; variable
1273 auto I = KeyDecls.find(D); in getKeyDeclaration()
1274 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()
1289 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()
1290 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2743 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
H A DASTReader.cpp7491 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()