Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp2551 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
2761 if (DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
5807 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
5811 DS.isTypeAltiVecVector()) { in TryAltiVecTokenOutOfLine()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h475 bool isTypeAltiVecVector() const { return TypeAltiVecVector; } in isTypeAltiVecVector() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp1104 } else if (DS.isTypeAltiVecVector()) { in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3357 !DS.isTypeAltiVecVector() && in CodeCompleteDeclSpec()