Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDependentDiagnostic.h100 friend class DependentStoredDeclsMap; variable
178 const DependentStoredDeclsMap *Map in ddiags()
179 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
H A DDeclContextInternals.h306 class DependentStoredDeclsMap : public StoredDeclsMap {
312 DependentStoredDeclsMap() = default;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1969 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()
1992 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()
2010 auto *Map = static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr); in Create()