Searched defs:WasInlined (Results 1 – 2 of 2) sorted by relevance
142 bool WasInlined; member171 bool WasInlined) { in runCheckersForStmt()182 bool WasInlined; member226 bool WasInlined) { in runCheckersForObjCMessage()250 bool IsPreVisit, WasInlined; member280 bool WasInlined) { in runCheckersForCallEvent()
865 func (a *Attribute) WasInlined() bool { return a.load()&AttrWasInlined != 0 } func