Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DQuality.h228 CodeCompleteConsumer::OverloadCandidate::CandidateKind::CK_Function;
DCodeComplete.cpp920 case OC::CK_Function: in ProcessOverloadCandidates()
923 return R.Quality.Kind != OC::CK_Function; in ProcessOverloadCandidates()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp400 if (getKind() == CK_Function) in getFunction()
411 case CK_Function: in getFunctionType()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h822 CK_Function,
850 : Kind(CK_Function), Function(Function) { }
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h1007 CK_Function, enumerator
1037 : Kind(CK_Function), Function(Function) {} in OverloadCandidate()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp486 if (getKind() == CK_Function) in getFunction()
497 case CK_Function: in getFunctionType()