Searched refs:isGlobalCFunction (Results 1 – 7 of 7) sorted by relevance
120 if (!Call.isGlobalCFunction()) in checkPostCall()139 if (!Call.isGlobalCFunction()) in checkPreCall()
52 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
238 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()239 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
126 if (!Call.isGlobalCFunction()) in checkPreCall()
550 if (!Call.isGlobalCFunction()) in checkPreCall()
356 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
162 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent