Searched defs:LookupPtr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h1150 /// storage added since the last lookup. In this case, \c LookupPtr's
1174 mutable StoredDeclsMap *LookupPtr; member in class:clang::DeclContext
1203 LookupPtr(nullptr), FirstDecl(nullptr), LastDecl(nullptr) {}
1749 StoredDeclsMap *getLookupPtr() const { return LookupPtr; }
1772 if (ES && LookupPtr)

Completed in 694 milliseconds