Home
last modified time | relevance | path

Searched refs:CT_Method (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp413 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
417 calleeType = CT_Method; in DiagnoseSentinelCalls()
475 if (calleeType == CT_Method && PP.isMacroDefined("nil")) in DiagnoseSentinelCalls()