reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
17519   if (CalleeType == S.Context.BoundMemberTy) {
17522     CalleeType = Expr::findBoundMemberType(CalleeExpr);
17523   } else if (const PointerType *Ptr = CalleeType->getAs<PointerType>()) {
17524     CalleeType = Ptr->getPointeeType();
17527     CalleeType = CalleeType->castAs<BlockPointerType>()->getPointeeType();
17527     CalleeType = CalleeType->castAs<BlockPointerType>()->getPointeeType();
17530   const FunctionType *FnType = CalleeType->castAs<FunctionType>();