Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp327 bool canCxxMethodBeCalled(const CXXMethodDecl *Method,
1285 bool ResultBuilder::canCxxMethodBeCalled(const CXXMethodDecl *Method, in canCxxMethodBeCalled() function in ResultBuilder
1339 return canCxxMethodBeCalled(Method, BaseExprType); in canFunctionBeCalled()