Home
last modified time | relevance | path

Searched refs:OpenParLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1152 SourceLocation OpenParLoc) {}
1203 SourceLocation OpenParLoc) override;
H A DSema.h10358 SourceLocation OpenParLoc);
10362 SourceLocation OpenParLoc);
10368 SourceLocation OpenParLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp649 unsigned NumCandidates, SourceLocation OpenParLoc) { in ProcessOverloadCandidates() argument
651 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp4628 unsigned CurrentArg, SourceLocation OpenParLoc) { in ProduceSignatureHelp() argument
4632 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc); in ProduceSignatureHelp()
4638 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
4728 ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceCallSignatureHelp()
4735 SourceLocation OpenParLoc) { in ProduceConstructorSignatureHelp() argument
4767 return ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceConstructorSignatureHelp()
4772 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc) { in ProduceCtorInitMemberSignatureHelp() argument
4785 OpenParLoc); in ProduceCtorInitMemberSignatureHelp()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp770 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1916 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
1918 OpenParLoc); in ProcessOverloadCandidates()