Searched refs:SetTypeSpecWidth (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2270 DS.SetTypeSpecWidth(TypeSpecifierWidth::Short, Loc, PrevSpec, DiagID, in ParseCXXSimpleTypeSpecifier() 2274 DS.SetTypeSpecWidth(TypeSpecifierWidth::Long, Loc, PrevSpec, DiagID, in ParseCXXSimpleTypeSpecifier() 2278 DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc, PrevSpec, DiagID, in ParseCXXSimpleTypeSpecifier()
|
H A D | ParseDecl.cpp | 4012 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::Short, Loc, PrevSpec, in ParseDeclarationSpecifiers() 4017 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::Long, Loc, PrevSpec, in ParseDeclarationSpecifiers() 4020 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc, in ParseDeclarationSpecifiers() 4024 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc, in ParseDeclarationSpecifiers()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 702 bool DeclSpec::SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc, in SetTypeSpecWidth() function in DeclSpec
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 676 bool SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc,
|