Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1222 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1274 SourceLocation OpenParLoc,
H A DSema.h13287 SourceLocation OpenParLoc);
13290 SourceLocation OpenParLoc,
13294 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp750 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument
752 OpenParLoc.print(OS, SemaRef.getSourceManager()); in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp6043 unsigned CurrentArg, SourceLocation OpenParLoc, in ProduceSignatureHelp() argument
6049 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc, in ProduceSignatureHelp()
6088 SourceLocation OpenParLoc) { in ProduceCallSignatureHelp() argument
6192 OpenParLoc, /*Braced=*/false); in ProduceCallSignatureHelp()
6266 SourceLocation OpenParLoc, in ProduceConstructorSignatureHelp() argument
6296 return ProduceSignatureHelp(*this, Results, *NextIndex, OpenParLoc, in ProduceConstructorSignatureHelp()
6336 return ProduceSignatureHelp(*this, Results, Args.size(), OpenParLoc, Braced); in ProduceConstructorSignatureHelp()
6341 ArrayRef<Expr *> ArgExprs, IdentifierInfo *II, SourceLocation OpenParLoc, in ProduceCtorInitMemberSignatureHelp() argument
6355 OpenParLoc, Braced); in ProduceCtorInitMemberSignatureHelp()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp659 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp988 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1954 SourceLocation OpenParLoc, in ProcessOverloadCandidates() argument
1957 OpenParLoc, Braced); in ProcessOverloadCandidates()