Searched defs:LocalName (Results 1 – 3 of 3) sorted by relevance
196 char LocalName[] = "Local0"; in MtMethodAnalysisWalkBegin() local
454 std::string LocalName = "$$__fn_local_" + Name; in createFPFnStub() local
861 struct LocalName : Node { struct865 LocalName(Node *Encoding_, Node *Entity_) in LocalName() argument868 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match()870 void printLeft(OutputStream &S) const override { in printLeft()