Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp1180 bool Sema::tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy, in tryExprAsCall() function in Sema
1343 if (tryExprAsCall(*E.get(), ZeroArgCallTy, Overloads) && in tryToRecoverWithCall()
DSemaChecking.cpp5294 S.tryExprAsCall(*E, ReturnType, NonTemplateOverloads); in CheckImplicitConversion()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3205 bool tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy,