Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1225 KeyDeclsMap KeyDecls; variable
1321 auto I = KeyDecls.find(D); in getKeyDeclaration()
1322 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()
1337 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()
1338 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2967 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
H A DASTReader.cpp7821 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()