Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp6076 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local
6079 /*PartialOverloading=*/true, FirstArgumentIsBase); in ProduceCallSignatureHelp()
H A DSemaOverload.cpp6830 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument
6874 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3862 bool FirstArgumentIsBase = false);