Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp44 CT_Function, // global or static function enumerator
504 return CT_Function; in getCallableType()
679 if (LP.Callable.Type == CT_Function) { in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp413 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator
420 calleeType = CT_Function; in DiagnoseSentinelCalls()
427 calleeType = CT_Function; in DiagnoseSentinelCalls()