Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp519 return ProtoTypeLoc.getTypePtr(); in getFunctionType()
531 return ProtoTypeLoc; in getFunctionProtoTypeLoc()
609 if (N < ProtoTypeLoc.getNumParams()) { in getParamDecl()
610 return ProtoTypeLoc.getParam(N); in getParamDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1052 FunctionProtoTypeLoc ProtoTypeLoc; member
1080 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate()