Home
last modified time | relevance | path

Searched refs:isTypeAltiVecVector (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp3176 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
3394 if (DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
7411 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
7415 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h477 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp1769 } else if (DS.isTypeAltiVecVector()) { in ConvertDeclSpecToType()
DSemaCodeComplete.cpp4321 !DS.isTypeAltiVecVector() && S && in CodeCompleteDeclSpec()