Home
last modified time | relevance | path

Searched refs:StoredDeclsMap (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End;
39 all_lookups_iterator(StoredDeclsMap::iterator It, in all_lookups_iterator()
40 StoredDeclsMap::iterator End) in all_lookups_iterator()
79 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups()
93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups()
H A DDeclContextInternals.h302 class StoredDeclsMap
307 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
309 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
312 class DependentStoredDeclsMap : public StoredDeclsMap {
H A DDeclBase.h64 class StoredDeclsMap; variable
2030 mutable StoredDeclsMap *LookupPtr = nullptr;
2685 StoredDeclsMap *getLookupPtr() const { return LookupPtr; }
2688 StoredDeclsMap *buildLookup();
2788 StoredDeclsMap *CreateStoredDeclsMap(ASTContext &C) const;
H A DASTContext.h102 class StoredDeclsMap; variable
3655 llvm::PointerIntPair<StoredDeclsMap *, 1> LastSDM;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1638 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName()
1654 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName()
1769 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl()
1771 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName()); in removeDecl()
1832 StoredDeclsMap *DeclContext::buildLookup() { in buildLookup()
1924 StoredDeclsMap *Map = LookupPtr; in lookupImpl()
1935 std::pair<StoredDeclsMap::iterator, bool> R = Map->try_emplace(Name); in lookupImpl()
1941 if (StoredDeclsMap *Map = LookupPtr) { in lookupImpl()
1942 StoredDeclsMap::iterator I = Map->find(Name); in lookupImpl()
1951 StoredDeclsMap *Map = LookupPtr; in lookupImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp156 if (StoredDeclsMap *Map = MostRecentTU->getPrimaryContext()->getLookupPtr()) { in CleanUpPTU()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4843 StoredDeclsMap *Map = DC->getPrimaryContext()->buildLookup(); in WriteDeclContextVisibleBlock()
4904 StoredDeclsMap *Map = DC->buildLookup(); in WriteDeclContextVisibleBlock()
4952 StoredDeclsMap *Map = DC->getLookupPtr(); in WriteDeclContextVisibleUpdate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9827 …N5clang14StoredDeclsMap10DestroyAllEPS0_b", "clang::StoredDeclsMap::DestroyAll(clang::StoredDeclsM…