Searched defs:GENERIC_IMAGE_TYPE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1808 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isCXXDeclarationSpecifier() macro 1934 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isCXXDeclarationSpecifierAType() macro
|
H A D | ParseDecl.cpp | 5804 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isKnownToBeTypeSpecifier() macro 5888 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isTypeSpecifierQualifier() macro 6232 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isDeclarationSpecifier() macro
|
H A D | ParseExpr.cpp | 1646 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in ParseCastExpression() macro
|
H A D | ParseExprCXX.cpp | 2453 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in ParseCXXSimpleTypeSpecifier() macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 378 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t: in isDeclarationOfFunction() macro 607 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in getSpecifierName() macro
|
H A D | SemaTemplateVariadic.cpp | 936 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t: in containsUnexpandedParameterPacks() macro
|
H A D | SemaType.cpp | 1342 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in ConvertDeclSpecToType() macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 98 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 322 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ macro
|