Home | History | Annotate | Download | only in Sema

Lines Matching refs:RequireLiteralType

4692 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T,
4776 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) {
4778 return RequireLiteralType(Loc, T, Diagnoser);