Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h137 SourceLocation OpenParLoc);
140 SourceLocation OpenParLoc,
144 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
H A DCodeCompleteConsumer.h1231 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1283 SourceLocation OpenParLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp753 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument
755 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp6309 unsigned CurrentArg, SourceLocation OpenParLoc, in ProduceSignatureHelp() argument
6315 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc, in ProduceSignatureHelp()
6322 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
6431 OpenParLoc, /*Braced=*/false); in ProduceCallSignatureHelp()
6504 SourceLocation OpenParLoc, bool Braced) { in ProduceConstructorSignatureHelp() argument
6533 return ProduceSignatureHelp(SemaRef, Results, *NextIndex, OpenParLoc, in ProduceConstructorSignatureHelp()
6576 return ProduceSignatureHelp(SemaRef, Results, Args.size(), OpenParLoc, in ProduceConstructorSignatureHelp()
6582 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc, in ProduceCtorInitMemberSignatureHelp() argument
6596 OpenParLoc, Braced); in ProduceCtorInitMemberSignatureHelp()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1998 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
2001 OpenParLoc, Braced); in ProcessOverloadCandidates()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1173 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument