Searched refs:OpenParLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1142 SourceLocation OpenParLoc) {} in ProcessOverloadCandidates() argument 1193 SourceLocation OpenParLoc) override;
|
| H A D | Sema.h | 12285 SourceLocation OpenParLoc); 12289 SourceLocation OpenParLoc); 12295 SourceLocation OpenParLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 646 unsigned NumCandidates, SourceLocation OpenParLoc) { in ProcessOverloadCandidates() argument 648 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
|
| H A D | SemaCodeComplete.cpp | 5710 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 D | CIndexCodeCompletion.cpp | 658 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1926 SourceLocation OpenParLoc) override { in ProcessOverloadCandidates() argument 1928 OpenParLoc); in ProcessOverloadCandidates()
|