Searched defs:IsPointer (Results 1 – 11 of 11) sorted by relevance
67 template <typename Type> struct IsPointer : public FalseValue struct73 template <typename Type> struct IsPointer<Type *> : public TrueValue struct77 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct81 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct85 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct
29 IsPointer, enumerator
50 unsigned IsPointer : 1; member
55 unsigned IsPointer : 1; member
3539 unsigned IsPointer : 1; member in __anone6e6db930811::CatchHandlerType3563 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType()
4142 bool IsPointer = (Attr.getName()->getName() == "pointer_with_type_tag"); in handleArgumentWithTypeTagAttr() local
10601 bool IsPointer = CurType->isAnyPointerType(); in CheckMapClauseExpressionBase() local
3025 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer() local
1564 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
4007 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
5308 bool IsPointer = in generateInfoForComponentList() local