Home
last modified time | relevance | path

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

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