Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp524 case CK_FunctionProtoTypeLoc: in getFunctionType()
536 if (Kind == CK_FunctionProtoTypeLoc) in getFunctionProtoTypeLoc()
614 } else if (Kind == CK_FunctionProtoTypeLoc) { in getParamDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1040 CK_FunctionProtoTypeLoc, enumerator
1096 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()