Home | History | Annotate | Download | only in Sema

Lines Matching defs:RequireLiteralType

5370 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T,
5451 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) {
5453 return RequireLiteralType(Loc, T, Diagnoser);