Searched defs:TCall (Results 1 – 3 of 3) 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
101 struct TCall { struct102 TCall(const TString& pCaller, const TString& pCallee) in TCall() function104 TString caller;105 TString callee;106 bool visited;107 bool currentPath;108 bool errorGiven;109 int calleeBodyPosition;
101 struct TCall { struct102 TCall(const TString& pCaller, const TString& pCallee) in TCall() argument104 TString caller;105 TString callee;106 bool visited;107 bool currentPath;108 bool errorGiven;109 int calleeBodyPosition;