Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/APINotes/
H A DTypes.h126 class CommonTypeInfo : public CommonEntityInfo {
136 CommonTypeInfo() {} 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 {
265 static_cast<CommonTypeInfo &>(*this) |= RHS;
652 class TagInfo : public CommonTypeInfo {
672 static_cast<CommonTypeInfo &>(*this) |= RHS;
[all …]
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesTypes.cpp26 LLVM_DUMP_METHOD 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()