Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDependentDiagnostic.h105 friend class DependentStoredDeclsMap; variable
177 const DependentStoredDeclsMap *Map in ddiags()
178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
DDeclContextInternals.h251 class DependentStoredDeclsMap : public StoredDeclsMap {
253 DependentStoredDeclsMap() : FirstDiagnostic(nullptr) {} in DependentStoredDeclsMap() function
/external/clang/lib/AST/
DDeclBase.cpp1707 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()
1729 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()
1747 DependentStoredDeclsMap *Map = in Create()
1748 static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr); in Create()