Searched refs:UNEXPECTED_TYPE (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12534 #define UNEXPECTED_TYPE(Class, Kind) \ in getCommonNonSugarTypeNode() macro 12538 #define NON_CANONICAL_TYPE(Class, Base) UNEXPECTED_TYPE(Class, "non-canonical") in getCommonNonSugarTypeNode() 12542 #define SUGAR_FREE_TYPE(Class) UNEXPECTED_TYPE(Class, "sugar-free") in getCommonNonSugarTypeNode() 12554 #define NON_UNIQUE_TYPE(Class) UNEXPECTED_TYPE(Class, "non-unique") in getCommonNonSugarTypeNode() 12559 UNEXPECTED_TYPE(TypeOf, "sugar") in getCommonNonSugarTypeNode() 12561 #undef UNEXPECTED_TYPE in getCommonNonSugarTypeNode() 12838 #define UNEXPECTED_TYPE(Class, Kind) \ in getCommonSugarTypeNode() macro 12842 #define DEPENDENT_TYPE(Class, Base) UNEXPECTED_TYPE(Class, "dependent") in getCommonSugarTypeNode() 12845 #define CANONICAL_TYPE(Class) UNEXPECTED_TYPE(Class, "canonical") in getCommonSugarTypeNode() 12871 #undef UNEXPECTED_TYPE in getCommonSugarTypeNode()
|