Searched refs:SetTypeAltiVecBool (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 909 bool DeclSpec::SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, in SetTypeAltiVecBool() function in DeclSpec
|
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 699 bool SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc,
|
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3938 isInvalid = DS.SetTypeAltiVecBool(true, Loc, PrevSpec, DiagID, Policy); in ParseDeclarationSpecifiers() 7399 isInvalid = DS.SetTypeAltiVecBool(true, Loc, PrevSpec, DiagID, Policy); in TryAltiVecTokenOutOfLine()
|