Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/APINotes/
H A DTypes.h47 class CommonEntityInfo {
69 CommonEntityInfo() in CommonEntityInfo() function
83 friend bool operator==(const CommonEntityInfo &, const CommonEntityInfo &);
85 CommonEntityInfo &operator|=(const CommonEntityInfo &RHS) {
111 inline bool operator==(const CommonEntityInfo &LHS,
120 inline bool operator!=(const CommonEntityInfo &LHS,
126 class CommonTypeInfo : public CommonEntityInfo {
169 static_cast<CommonEntityInfo &>(*this) |= RHS;
299 class VariableInfo : public CommonEntityInfo {
330 static_cast<CommonEntityInfo &>(*this) |= RHS;
[all …]
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesTypes.cpp14 LLVM_DUMP_METHOD void CommonEntityInfo::dump(llvm::raw_ostream &OS) const { in dump()
27 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump()
49 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump()
73 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump()