Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h479 bool isTypeAltiVecBool() const { return TypeAltiVecBool; } in isTypeAltiVecBool() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1770 else if (DS.isTypeAltiVecBool()) in ConvertDeclSpecToType()