Home
last modified time | relevance | path

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

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