Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp6127 const bool FirstArgumentIsBase = !UME->isImplicitAccess() && UME->getBase(); in ProduceCallSignatureHelp() local
6130 /*PartialOverloading=*/true, FirstArgumentIsBase); in ProduceCallSignatureHelp()
H A DSemaOverload.cpp6933 bool FirstArgumentIsBase) { in AddFunctionCandidates() argument
6977 (!Args[0] || (FirstArgumentIsBase && isa<CXXMethodDecl>(FD) && in AddFunctionCandidates()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3986 bool FirstArgumentIsBase = false);