Home
last modified time | relevance | path

Searched refs:CommonTypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h126 class CommonTypeInfo : public CommonEntityInfo {
136 CommonTypeInfo() : CommonEntityInfo() {} in CommonTypeInfo() function
165 friend bool operator==(const CommonTypeInfo &, const CommonTypeInfo &);
167 CommonTypeInfo &operator|=(const CommonTypeInfo &RHS) {
182 inline bool operator==(const CommonTypeInfo &LHS, const CommonTypeInfo &RHS) {
188 inline bool operator!=(const CommonTypeInfo &LHS, const CommonTypeInfo &RHS) {
193 class ObjCContextInfo : public CommonTypeInfo {
211 : CommonTypeInfo(), HasDefaultNullability(0), DefaultNullability(0), in ObjCContextInfo()
266 static_cast<CommonTypeInfo &>(*this) |= RHS;
288 return static_cast<const CommonTypeInfo &>(LHS) == RHS &&
[all …]
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp26 void CommonTypeInfo::dump(llvm::raw_ostream &OS) const { in dump()
36 static_cast<CommonTypeInfo &>(*this).dump(OS); in dump()
91 static_cast<CommonTypeInfo &>(*this).dump(OS); in dump()
101 static_cast<const CommonTypeInfo &>(*this).dump(OS); in dump()