Home | History | Annotate | Download | only in Sema

Lines Matching defs:DeclLoc

586   SourceLocation DeclLoc = declarator.getIdentifierLoc();
587 if (DeclLoc.isInvalid())
588 DeclLoc = DS.getLocStart();
664 S.Diag(DeclLoc, diag::ext_missing_declspec)
676 S.Diag(DeclLoc, diag::err_missing_type_specifier)
684 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
810 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)