Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp44 CT_Function, // global or static function enumerator
504 return CT_Function; in getCallableType()
680 if (LP.Callable.Type == CT_Function) { in check()
/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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp414 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
421 calleeType = CT_Function; in DiagnoseSentinelCalls()
428 calleeType = CT_Function; in DiagnoseSentinelCalls()