Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp350 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
357 calleeType = CT_Function; in DiagnoseSentinelCalls()
364 calleeType = CT_Function; in DiagnoseSentinelCalls()