Home
last modified time | relevance | path

Searched refs:getLookupPtr (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclLookups.h93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups()
DDependentDiagnostic.h179 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
DDeclBase.h2372 StoredDeclsMap *getLookupPtr() const { return LookupPtr; } in getLookupPtr() function
/external/clang/include/clang/AST/
DDeclLookups.h94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups()
DDependentDiagnostic.h178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
DDeclBase.h1749 StoredDeclsMap *getLookupPtr() const { return LookupPtr; } in getLookupPtr() function
/external/clang/lib/Serialization/
DASTWriter.cpp3802 StoredDeclsMap *Map = DC->getLookupPtr(); in WriteDeclContextVisibleUpdate()
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp3953 auto *Map = DC->getLookupPtr(); in TEST_P()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3943 StoredDeclsMap *Map = DC->getLookupPtr(); in WriteDeclContextVisibleUpdate()