Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2471 bool Sema::tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy, in tryExprAsCall() function in Sema
2664 if (tryExprAsCall(*E.get(), ZeroArgCallTy, Overloads) && in tryToRecoverWithCall()
H A DSemaChecking.cpp11686 tryExprAsCall(*E, ReturnType, NonTemplateOverloads); in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h990 bool tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy,