Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h705 class TypedefInfo : public CommonTypeInfo {
709 TypedefInfo() : CommonTypeInfo() {} in TypedefInfo() function
711 TypedefInfo &operator|=(const TypedefInfo &RHS) {
718 friend bool operator==(const TypedefInfo &, const TypedefInfo &);
723 inline bool operator==(const TypedefInfo &LHS, const TypedefInfo &RHS) {
728 inline bool operator!=(const TypedefInfo &LHS, const TypedefInfo &RHS) {
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp100 void TypedefInfo::dump(llvm::raw_ostream &OS) const { in dump()