Home
last modified time | relevance | path

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

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