Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp5612 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local
5615 /*PartialOverloading=*/true, FirstArgumentIsBase); in ProduceCallSignatureHelp()
DSemaOverload.cpp6753 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument
6797 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
/external/llvm-project/clang/include/clang/Sema/
DSema.h3484 bool FirstArgumentIsBase = false);