Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1142 SourceLocation OpenParLoc) {} in ProcessOverloadCandidates() argument
1193 SourceLocation OpenParLoc) override;
H A DSema.h12386 SourceLocation OpenParLoc);
12390 SourceLocation OpenParLoc);
12396 SourceLocation OpenParLoc);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp646 unsigned NumCandidates, SourceLocation OpenParLoc) { in ProcessOverloadCandidates() argument
648 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp5713 unsigned CurrentArg, SourceLocation OpenParLoc) { in ProduceSignatureHelp() argument
5718 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc); in ProduceSignatureHelp()
5724 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
5821 ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceCallSignatureHelp()
5828 SourceLocation OpenParLoc) { in ProduceConstructorSignatureHelp() argument
5861 return ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceConstructorSignatureHelp()
5866 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc) { in ProduceCtorInitMemberSignatureHelp() argument
5879 OpenParLoc); in ProduceCtorInitMemberSignatureHelp()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1927 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
1929 OpenParLoc); in ProcessOverloadCandidates()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp998 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument