Searched refs:SetTypeSpecWidth (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp702 bool DeclSpec::SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc, function in class:DeclSpec
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2270 DS.SetTypeSpecWidth(TypeSpecifierWidth::Short, Loc, PrevSpec, DiagID,
2274 DS.SetTypeSpecWidth(TypeSpecifierWidth::Long, Loc, PrevSpec, DiagID,
2278 DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc, PrevSpec, DiagID,
H A DParseDecl.cpp4012 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::Short, Loc, PrevSpec,
4017 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::Long, Loc, PrevSpec,
4020 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc,
4024 isInvalid = DS.SetTypeSpecWidth(TypeSpecifierWidth::LongLong, Loc,
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h676 bool SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc,

Completed in 100 milliseconds