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.cpp3552 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
3812 if (DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
8087 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
8091 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h537 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1430 } else if (DS.isTypeAltiVecVector()) { in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp4727 !DS.isTypeAltiVecVector() && S && in CodeCompleteDeclSpec()