Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp419 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
426 calleeType = CT_Function; in DiagnoseSentinelCalls()
433 calleeType = CT_Function; in DiagnoseSentinelCalls()