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.h1347 KeyDeclsMap KeyDecls; variable
1486 auto I = KeyDecls.find(D); in getKeyDeclaration()
1487 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()
1502 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()
1503 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2998 Reader.KeyDecls[ExistingCanon].push_back(KeyDeclID); in mergeRedeclarableImpl()
H A DASTReader.cpp8239 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()