Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp518 case CK_FunctionProtoTypeLoc: in getFunctionType()
530 if (Kind == CK_FunctionProtoTypeLoc) in getFunctionProtoTypeLoc()
608 } else if (Kind == CK_FunctionProtoTypeLoc) { in getParamDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1024 CK_FunctionProtoTypeLoc, enumerator
1080 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1028 case OC::CK_FunctionProtoTypeLoc: in ProcessOverloadCandidates()