Searched refs:tryExprAsCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1180 bool Sema::tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy, function in class:Sema
1273 /// A companion to tryExprAsCall. In cases when the name that the programmer
1343 if (tryExprAsCall(*E.get(), ZeroArgCallTy, Overloads) &&
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3205 bool tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy,

Completed in 119 milliseconds