Searched defs:SymExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h45 class SymExpr : public llvm::FoldingSetNode { class in namespace:clang::ento
57 SymExpr(Kind k) : K(k) {} function in class:clang::ento::SymExpr
60 virtual ~SymExpr() {}
72 static inline bool classof(const SymExpr*) { return true; } argument
80 SmallVector<const SymExpr*, 5> itr;
84 symbol_iterator(const SymExpr *SE);
87 const SymExpr* operator*();
101 typedef const SymExpr* SymbolRef;
107 class SymbolData : public SymExpr {
112 SymbolData(Kind k, SymbolID sym) : SymExpr(
[all...]

Completed in 61 milliseconds