Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3770 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
4029 if (DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
8495 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
8499 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h535 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1415 } else if (DS.isTypeAltiVecVector()) { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4564 !DS.isTypeAltiVecVector() && S && in CodeCompleteDeclSpec()