Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1230 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1282 SourceLocation OpenParLoc,
H A DSema.h13715 SourceLocation OpenParLoc);
13718 SourceLocation OpenParLoc,
13722 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp757 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument
759 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp6124 unsigned CurrentArg, SourceLocation OpenParLoc, in ProduceSignatureHelp() argument
6130 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc, in ProduceSignatureHelp()
6178 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
6282 OpenParLoc, /*Braced=*/false); in ProduceCallSignatureHelp()
6356 SourceLocation OpenParLoc, in ProduceConstructorSignatureHelp() argument
6386 return ProduceSignatureHelp(*this, Results, *NextIndex, OpenParLoc, in ProduceConstructorSignatureHelp()
6426 return ProduceSignatureHelp(*this, Results, Args.size(), OpenParLoc, Braced); in ProduceConstructorSignatureHelp()
6431 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc, in ProduceCtorInitMemberSignatureHelp() argument
6445 OpenParLoc, Braced); in ProduceCtorInitMemberSignatureHelp()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp971 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1970 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1973 OpenParLoc, Braced); in ProcessOverloadCandidates()