Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.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-head/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h535 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp1415 } else if (DS.isTypeAltiVecVector()) { in ConvertDeclSpecToType()
HDSemaCodeComplete.cpp4564 !DS.isTypeAltiVecVector() && S && in CodeCompleteDeclSpec()