Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5760 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local
5763 /*PartialOverloading=*/true, FirstArgumentIsBase); in ProduceCallSignatureHelp()
H A DSemaOverload.cpp6750 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument
6794 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3615 bool FirstArgumentIsBase = false);