Searched refs:parentSymbol (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 136 SymbolRef parentSymbol; variable 141 : SymbolData(SymbolDerivedKind, sym), parentSymbol(parent), R(r) { in SymbolDerived() 148 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol() 167 Profile(profile, parentSymbol, R); in Profile() 521 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
|
| H A D | SValBuilder.h | 240 SymbolRef parentSymbol, const TypedValueRegion *region);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 200 SymbolManager::getDerivedSymbol(SymbolRef parentSymbol, in getDerivedSymbol() argument 203 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol() 207 SD = new (BPAlloc) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
|