Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h536 bool isTypeAltiVecPixel() const { return TypeAltiVecPixel; } in isTypeAltiVecPixel() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1419 if (DS.isTypeAltiVecPixel()) in ConvertDeclSpecToType()