Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

721   SourceLocation DeclLoc = declarator.getIdentifierLoc();
722 if (DeclLoc.isInvalid())
723 DeclLoc = DS.getLocStart();
799 S.Diag(DeclLoc, diag::ext_missing_declspec)
809 S.Diag(DeclLoc, diag::err_missing_type_specifier)
817 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
954 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
1152 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);