Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1154 KeyDeclsMap KeyDecls; variable
1256 auto I = KeyDecls.find(D); in getKeyDeclaration()
1257 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()
1272 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()
1273 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2617 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
H A DASTReader.cpp7410 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()