Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1014 CK_FunctionType enumerator
1043 : Kind(CK_FunctionType), Type(Type) {} in OverloadCandidate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp505 case CK_FunctionType: in getFunctionType()