Searched refs:OpenParLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaCodeCompletion.h | 137 SourceLocation OpenParLoc); 140 SourceLocation OpenParLoc, 144 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
|
| H A D | CodeCompleteConsumer.h | 1231 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument 1283 SourceLocation OpenParLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 753 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument 755 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
|
| H A D | SemaCodeComplete.cpp | 6309 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 D | ASTUnit.cpp | 1998 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument 2001 OpenParLoc, Braced); in ProcessOverloadCandidates()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1173 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
|