OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolRefSmallVectorTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
355
SymbolRefSmallVectorTy
*dependencies = 0;
357
dependencies = new
SymbolRefSmallVectorTy
();
365
const
SymbolRefSmallVectorTy
*SymbolManager::getDependentSymbols(
381
if (const
SymbolRefSmallVectorTy
*Deps = SymMgr.getDependentSymbols(sym)) {
382
for (
SymbolRefSmallVectorTy
::const_iterator I = Deps->begin(),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
102
typedef SmallVector<SymbolRef, 2>
SymbolRefSmallVectorTy
;
476
typedef llvm::DenseMap<SymbolRef,
SymbolRefSmallVectorTy
*> SymbolDependTy;
553
const
SymbolRefSmallVectorTy
*getDependentSymbols(const SymbolRef Primary);
Completed in 24 milliseconds