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
179 const DependentStoredDeclsMap *Map in ddiag_begin()
180 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->LookupPtr); in ddiag_begin()
DDeclContextInternals.h210 class DependentStoredDeclsMap : public StoredDeclsMap {
212 DependentStoredDeclsMap() : FirstDiagnostic(0) {} in DependentStoredDeclsMap() function
/external/clang/lib/AST/
DDeclBase.cpp1238 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()
1260 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()
1278 DependentStoredDeclsMap *Map in Create()
1279 = static_cast<DependentStoredDeclsMap*>(Parent->LookupPtr); in Create()