Searched refs:OpenParLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 135 SourceLocation OpenParLoc); 138 SourceLocation OpenParLoc, 142 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
|
H A D | CodeCompleteConsumer.h | 1232 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument 1284 SourceLocation OpenParLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 757 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument 759 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
|
H A D | SemaCodeComplete.cpp | 6159 unsigned CurrentArg, SourceLocation OpenParLoc, in ProduceSignatureHelp() argument 6165 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc, in ProduceSignatureHelp() 6220 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument 6328 OpenParLoc, /*Braced=*/false); in ProduceCallSignatureHelp() 6401 SourceLocation OpenParLoc, bool Braced) { in ProduceConstructorSignatureHelp() argument 6430 return ProduceSignatureHelp(SemaRef, Results, *NextIndex, OpenParLoc, in ProduceConstructorSignatureHelp() 6472 return ProduceSignatureHelp(SemaRef, Results, Args.size(), OpenParLoc, in ProduceConstructorSignatureHelp() 6478 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc, in ProduceCtorInitMemberSignatureHelp() argument 6492 OpenParLoc, Braced); in ProduceCtorInitMemberSignatureHelp()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 974 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1983 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument 1986 OpenParLoc, Braced); in ProcessOverloadCandidates()
|