OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOwnSources
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp
31
std::vector<Source *> Sources(
mOwnSources
.begin(),
mOwnSources
.end());
BCCContextImpl.h
37
llvm::SmallPtrSet<Source *, 2>
mOwnSources
;
BCCContext.cpp
57
{ mImpl->
mOwnSources
.insert(&pSource); }
60
{ mImpl->
mOwnSources
.erase(&pSource); }
Completed in 56 milliseconds