Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

703   SourceLocation DeclLoc = declarator.getIdentifierLoc();
704 if (DeclLoc.isInvalid())
705 DeclLoc = DS.getLocStart();
788 S.Diag(DeclLoc, diag::ext_missing_declspec)
798 S.Diag(DeclLoc, diag::err_missing_type_specifier)
806 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
943 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
1168 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);