Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1142 SourceLocation OpenParLoc) {} in ProcessOverloadCandidates() argument
1193 SourceLocation OpenParLoc) override;
H A DSema.h12285 SourceLocation OpenParLoc);
12289 SourceLocation OpenParLoc);
12295 SourceLocation OpenParLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp646 unsigned NumCandidates, SourceLocation OpenParLoc) { in ProcessOverloadCandidates() argument
648 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp5710 unsigned CurrentArg, SourceLocation OpenParLoc) { in ProduceSignatureHelp() argument
5715 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc); in ProduceSignatureHelp()
5721 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
5818 ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceCallSignatureHelp()
5825 SourceLocation OpenParLoc) { in ProduceConstructorSignatureHelp() argument
5858 return ProduceSignatureHelp(*this, S, Results, Args.size(), OpenParLoc); in ProduceConstructorSignatureHelp()
5863 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc) { in ProduceCtorInitMemberSignatureHelp() argument
5876 OpenParLoc); in ProduceCtorInitMemberSignatureHelp()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp658 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1926 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
1928 OpenParLoc); in ProcessOverloadCandidates()