Home | History | Annotate | Download | only in Sema

Lines Matching refs:getSema

157     Sema &getSema() const {
209 diagnoseBadTypeAttribute(getSema(), **i, type);
417 diagnoseBadTypeAttribute(state.getSema(), attr, type);
509 diagnoseBadTypeAttribute(state.getSema(), attr, type);
611 if (!state.getSema().getLangOpts().ObjCAutoRefCount)
701 Sema &S = state.getSema();
1919 Sema &S = state.getSema();
2131 Sema &SemaRef = state.getSema();
2530 Sema &S = state.getSema();
3339 Sema &S = state.getSema();
3379 Sema &S = state.getSema();
4101 Sema &S = state.getSema();
4228 Sema &S = state.getSema();
4413 Sema &S = State.getSema();
4518 Sema &S = state.getSema();
4897 state.getSema().Diag(attr.getLoc(),
4915 state.getSema().Diag(attr.getLoc(), diag::err_attribute_not_type_attr)
4923 state.getSema().Diag(attr.getLoc(),
4942 HandleAddressSpaceTypeAttribute(type, attr, state.getSema());
4951 HandleVectorSizeAttr(type, attr, state.getSema());
4955 HandleExtVectorTypeAttr(type, attr, state.getSema());
4959 HandleNeonVectorTypeAttr(type, attr, state.getSema(),
4964 HandleNeonVectorTypeAttr(type, attr, state.getSema(),
4980 if (!state.getSema().getLangOpts().ObjCAutoRefCount)