Searched refs:CT_Function (Results 1 – 2 of 2) sorted by relevance
44 CT_Function, // global or static function enumerator504 return CT_Function; in getCallableType()679 if (LP.Callable.Type == CT_Function) { in check()
413 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator420 calleeType = CT_Function; in DiagnoseSentinelCalls()427 calleeType = CT_Function; in DiagnoseSentinelCalls()