Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp521 return ProtoTypeLoc.getTypePtr(); in getFunctionType()
533 return ProtoTypeLoc; in getFunctionProtoTypeLoc()
611 if (N < ProtoTypeLoc.getNumParams()) { in getParamDecl()
612 return ProtoTypeLoc.getParam(N); in getParamDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1067 FunctionProtoTypeLoc ProtoTypeLoc; member
1095 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()