Home
last modified time | relevance | path

Searched refs:StoredDeclsList (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h33 class StoredDeclsList {
90 StoredDeclsList() = default;
92 StoredDeclsList(StoredDeclsList &&RHS) : Data(RHS.Data) { in StoredDeclsList() function
109 ~StoredDeclsList() { in ~StoredDeclsList()
113 StoredDeclsList &operator=(StoredDeclsList &&RHS) {
298 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4> {
H A DDeclBase.h1241 friend class StoredDeclsList;
1246 friend class StoredDeclsList;
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h87 class StoredDeclsList; variable
495 bool isLookupResultExternal(StoredDeclsList &Result, DeclContext *DC);
496 bool isLookupResultEntirelyExternal(StoredDeclsList &Result, DeclContext *DC);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1396 StoredDeclsList &List = (*Map)[Name]; in SetExternalVisibleDeclsForName()
1661 Map->insert(std::make_pair(Name, StoredDeclsList())); in lookup()
1893 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()]; in makeDeclVisibleInContextImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3636 bool ASTWriter::isLookupResultExternal(StoredDeclsList &Result, in isLookupResultExternal()
3642 bool ASTWriter::isLookupResultEntirelyExternal(StoredDeclsList &Result, in isLookupResultEntirelyExternal()