Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.h235 CodeCompleteConsumer::OverloadCandidate::CandidateKind::CK_Function;
H A DCodeComplete.cpp1024 case OC::CK_Function: in ProcessOverloadCandidates()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1013 CK_Function, enumerator
1065 : Kind(CK_Function), Function(Function) { in OverloadCandidate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp497 if (getKind() == CK_Function) in getFunction()
508 case CK_Function: in getFunctionType()