Home
last modified time | relevance | path

Searched refs:FirstArgumentIsBase (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp5763 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local
5766 /*PartialOverloading=*/true, FirstArgumentIsBase); in ProduceCallSignatureHelp()
DSemaOverload.cpp6746 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument
6790 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h3648 bool FirstArgumentIsBase = false);