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 ddiag_begin()
178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiag_begin()
DDeclContextInternals.h226 class DependentStoredDeclsMap : public StoredDeclsMap {
228 DependentStoredDeclsMap() : FirstDiagnostic(0) {} in DependentStoredDeclsMap() function
/external/clang/lib/AST/
DDeclBase.cpp1443 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()
1465 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()
1483 DependentStoredDeclsMap *Map in Create()
1484 = static_cast<DependentStoredDeclsMap*>(Parent->LookupPtr.getPointer()); in Create()