HomeSort by: relevance | last modified time | path
    Searched refs:reapedStore (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 523 StoreRef reapedStore;
536 : LCtx(Ctx), Loc(s), SymMgr(symmgr), reapedStore(nullptr, storeMgr) {}
579 void setReapedStore(StoreRef st) { reapedStore = st; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 546 if (Store store = reapedStore.getStore()) {
548 reapedStore.getStoreManager().includedInBindings(store, VR);

Completed in 50 milliseconds