Searched defs:TCall (Results 1 – 2 of 2) sorted by relevance
8 public final class TCall extends Token class10 public TCall() in TCall() method in TCall15 public TCall(int line, int pos) in TCall() method in TCall
100 struct TCall { struct101 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { } in TCall() function102 TString caller;103 TString callee;104 bool visited;105 bool currentPath;106 bool errorGiven;107 int calleeBodyPosition;