Searched defs:GENERIC_IMAGE_TYPE (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1712 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isCXXDeclarationSpecifier() macro 1831 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isCXXDeclarationSpecifierAType() macro
|
H A D | ParseDecl.cpp | 5233 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isKnownToBeTypeSpecifier() macro 5317 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isTypeSpecifierQualifier() macro 5632 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in isDeclarationSpecifier() macro
|
H A D | ParseExpr.cpp | 1551 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: in ParseCastExpression() macro
|
H A D | ParseExprCXX.cpp | 2338 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in ParseCXXSimpleTypeSpecifier() macro
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 377 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t: in isDeclarationOfFunction() macro 591 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in getSpecifierName() macro
|
H A D | SemaTemplateVariadic.cpp | 912 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t: in containsUnexpandedParameterPacks() macro
|
H A D | SemaType.cpp | 1713 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ in ConvertDeclSpecToType() macro
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Specifiers.h | 94 #define GENERIC_IMAGE_TYPE(ImgType, Id) TST_##ImgType##_t, // OpenCL image types macro
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 303 #define GENERIC_IMAGE_TYPE(ImgType, Id) \ macro
|