Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp345 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
349 calleeType = CT_Method; in DiagnoseSentinelCalls()
408 if (calleeType == CT_Method && in DiagnoseSentinelCalls()