reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
651 return Value.getPointer().get<const ExtQuals*>(); 655 return Value.getPointer().get<const Type*>(); 660 auto CommonPtrVal = reinterpret_cast<uintptr_t>(Value.getOpaqueValue()); 670 unsigned getLocalFastQualifiers() const { return Value.getInt(); } 671 void setLocalFastQualifiers(unsigned Quals) { Value.setInt(Quals); } 688 void *getAsOpaquePtr() const { return Value.getOpaqueValue(); } 692 T.Value.setFromOpaqueValue(const_cast<void*>(Ptr)); 709 return Value.getPointer().isNull(); 756 return Value.getPointer().is<const ExtQuals*>(); 842 Value.setInt(Value.getInt() | TQs); 842 Value.setInt(Value.getInt() | TQs); 850 void removeLocalFastQualifiers() { Value.setInt(0); } 853 Value.setInt(Value.getInt() & ~Mask); 853 Value.setInt(Value.getInt() & ~Mask); 970 return LHS.Value == RHS.Value; 970 return LHS.Value == RHS.Value; 973 return LHS.Value != RHS.Value; 973 return LHS.Value != RHS.Value; 976 return LHS.Value < RHS.Value; 976 return LHS.Value < RHS.Value;