Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp319 bool canFunctionBeCalled(const NamedDecl *ND, QualType BaseExprType) const;
1323 bool ResultBuilder::canFunctionBeCalled(const NamedDecl *ND, in canFunctionBeCalled() function in ResultBuilder
1466 R.FunctionCanBeCall = canFunctionBeCalled(R.getDeclaration(), BaseExprType); in AddResult()