Home | History | Annotate | Download | only in Sema

Lines Matching refs:getSema

145     Sema &getSema() const {
197 diagnoseBadTypeAttribute(getSema(), **i, type);
421 diagnoseBadTypeAttribute(state.getSema(), attr, type);
513 diagnoseBadTypeAttribute(state.getSema(), attr, type);
620 if (!state.getSema().getLangOpts().ObjCAutoRefCount)
705 Sema &S = state.getSema();
1781 Sema &S = state.getSema();
1923 Sema &SemaRef = state.getSema();
2290 Sema &S = state.getSema();
3030 Sema &S = state.getSema();
3065 Sema &S = state.getSema();
3696 Sema &S = state.getSema();
3822 Sema &S = state.getSema();
4006 Sema &S = state.getSema();
4330 state.getSema().Diag(attr.getLoc(),
4348 state.getSema().Diag(attr.getLoc(), diag::err_attribute_not_type_attr)
4356 state.getSema().Diag(attr.getLoc(),
4370 HandleAddressSpaceTypeAttribute(type, attr, state.getSema());
4379 HandleVectorSizeAttr(type, attr, state.getSema());
4383 HandleExtVectorTypeAttr(type, attr, state.getSema());
4387 HandleNeonVectorTypeAttr(type, attr, state.getSema(),
4392 HandleNeonVectorTypeAttr(type, attr, state.getSema(),
4398 HandleOpenCLImageAccessAttribute(type, attr, state.getSema());
4411 if (!state.getSema().getLangOpts().ObjCAutoRefCount)