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

References

tools/clang/lib/Sema/SemaExpr.cpp
17683     if (const PointerType *Ptr = Type->getAs<PointerType>()) {
17687       return S.ImpCastExprToType(Result.get(), Type,
17691     if (!Type->isFunctionType()) {
17696     if (const FunctionProtoType *FT = Type->getAs<FunctionProtoType>()) {
17731         Type = S.Context.BoundMemberTy;
17740     if (const ReferenceType *RefTy = Type->getAs<ReferenceType>()) {
17741       Type = RefTy->getPointeeType();
17742     } else if (Type->isFunctionType()) {
17758   E->setType(Type);