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.h135 SourceLocation OpenParLoc);
138 SourceLocation OpenParLoc,
142 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
H A DCodeCompleteConsumer.h1232 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1284 SourceLocation OpenParLoc,
/freebsd/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.cpp6159 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 DClangExpressionParser.cpp974 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1983 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1986 OpenParLoc, Braced); in ProcessOverloadCandidates()