Searched refs:FirstArgumentIsBase (Results 1 – 3 of 3) sorted by relevance
6260 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local6264 FirstArgumentIsBase); in ProduceCallSignatureHelp()
7297 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument7341 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
10188 bool FirstArgumentIsBase = false);