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.cpp525 return ProtoTypeLoc.getTypePtr(); in getFunctionType()
537 return ProtoTypeLoc; in getFunctionProtoTypeLoc()
615 if (N < ProtoTypeLoc.getNumParams()) { in getParamDecl()
616 return ProtoTypeLoc.getParam(N); in getParamDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1068 FunctionProtoTypeLoc ProtoTypeLoc; member
1096 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()