HomeSort by relevance Sort by last modified time
    Searched refs:SymbolDerived (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 73 void SymbolDerived::dumpToStream(llvm::raw_ostream& os) const {
125 const SymbolDerived*
130 SymbolDerived::Profile(profile, parentSymbol, R);
134 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
135 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R);
140 return cast<SymbolDerived>(SD);
217 QualType SymbolDerived::getType(ASTContext& Ctx) const {
297 if (const SymbolDerived *derived = dyn_cast<SymbolDerived>(sym)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 164 class SymbolDerived : public SymbolData {
169 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedRegion *r)
385 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,

Completed in 38 milliseconds