Home
last modified time | relevance | path

Searched refs:getFunctionProtoTypeLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp54 FunctionProtoTypeLoc getFunctionProtoTypeLoc(const Expr *Fn);
513 HeuristicResolverImpl::getFunctionProtoTypeLoc(const Expr *Fn) { in getFunctionProtoTypeLoc() function in clang::__anon96160a110111::HeuristicResolverImpl
613 HeuristicResolver::getFunctionProtoTypeLoc(const Expr *Fn) const { in getFunctionProtoTypeLoc() function in clang::HeuristicResolver
614 return HeuristicResolverImpl(Ctx).getFunctionProtoTypeLoc(Fn); in getFunctionProtoTypeLoc()
H A DCodeCompleteConsumer.cpp531 CodeCompleteConsumer::OverloadCandidate::getFunctionProtoTypeLoc() const { in getFunctionProtoTypeLoc() function in CodeCompleteConsumer::OverloadCandidate
H A DSemaCodeComplete.cpp4203 getFunctionProtoTypeLoc(), Result, CurrentArg); in CreateSignatureString()
6408 FunctionProtoTypeLoc P = Resolver.getFunctionProtoTypeLoc(NakedFn); in ProduceCallSignatureHelp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHeuristicResolver.h101 FunctionProtoTypeLoc getFunctionProtoTypeLoc(const Expr *Fn) const;
H A DCodeCompleteConsumer.h1127 const FunctionProtoTypeLoc getFunctionProtoTypeLoc() const;