Searched refs:mOwnSources (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.cpp31 std::vector<Source *> Sources(mOwnSources.begin(), mOwnSources.end());
H A DBCCContextImpl.h37 llvm::SmallPtrSet<Source *, 2> mOwnSources; member in class:bcc::BCCContextImpl
H A DBCCContext.cpp57 { mImpl->mOwnSources.insert(&pSource); }
60 { mImpl->mOwnSources.erase(&pSource); }

Completed in 4058 milliseconds