Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1020 CK_FunctionType, enumerator
1075 : Kind(CK_FunctionType), Type(Type) { in OverloadCandidate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp516 case CK_FunctionType: in getFunctionType()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1026 case OC::CK_FunctionType: in ProcessOverloadCandidates()