Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp413 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enumerator