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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h100 friend class DependentStoredDeclsMap;
178 const DependentStoredDeclsMap *Map
179 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr());
H A DDeclContextInternals.h250 class DependentStoredDeclsMap : public StoredDeclsMap { class in namespace:clang
252 DependentStoredDeclsMap() = default;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1933 M = new DependentStoredDeclsMap();
1955 delete static_cast<DependentStoredDeclsMap*>(Map);
1973 auto *Map = static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr);

Completed in 66 milliseconds