Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp419 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
423 calleeType = CT_Method; in DiagnoseSentinelCalls()
482 if (calleeType == CT_Method && PP.isMacroDefined("nil")) in DiagnoseSentinelCalls()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp414 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
418 calleeType = CT_Method; in DiagnoseSentinelCalls()
476 if (calleeType == CT_Method && PP.isMacroDefined("nil")) in DiagnoseSentinelCalls()