reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
248 diagnoseBadTypeAttribute(getSema(), *Attr, type); 508 diagnoseBadTypeAttribute(state.getSema(), attr, type); 599 diagnoseBadTypeAttribute(state.getSema(), attr, type); 1264 Sema &S = state.getSema(); 2687 Sema &S = state.getSema(); 2904 Sema &SemaRef = state.getSema(); 4019 Sema &S = state.getSema(); 4933 if (state.getSema().getLangOpts().OpenCLCPlusPlus && IsClassMember()) { 5313 Sema &S = state.getSema(); 5350 Sema &S = state.getSema(); 5772 Sema &S = State.getSema(); 5974 Sema &S = State.getSema(); 6095 Sema &S = state.getSema(); 6257 Sema &S = state.getSema(); 6448 Sema &S = State.getSema(); 6551 Sema &S = state.getSema(); 6653 Sema &S = state.getSema(); 6734 auto diag = state.getSema().Diag(attr.getLoc(), 6745 state.getSema().getPreprocessor().getLocForEndOfToken( 6845 Sema &S = state.getSema(); 6879 if (state.getSema().getLangOpts().ObjCAutoRefCount) { 7464 if (State.getSema().getLangOpts().OpenCLVersion <= 120 && 7465 !State.getSema().getLangOpts().OpenCLCPlusPlus) { 7494 T = State.getSema().Context.getAddrSpaceQualType(T, ImpAddr); 7502 createSimpleAttr<LifetimeBoundAttr>(State.getSema().Context, Attr), 7505 Attr.diagnoseAppertainsTo(State.getSema(), nullptr); 7539 state.getSema().Diag(attr.getLoc(), 7562 state.getSema().Diag(attr.getLoc(), diag::err_attribute_not_type_attr) 7570 state.getSema().Diag(attr.getLoc(), 7598 HandleVectorSizeAttr(type, attr, state.getSema()); 7602 HandleExtVectorTypeAttr(type, attr, state.getSema()); 7606 HandleNeonVectorTypeAttr(type, attr, state.getSema(), 7611 HandleNeonVectorTypeAttr(type, attr, state.getSema(), 7616 HandleOpenCLAccessAttr(type, attr, state.getSema()); 7625 ASTContext &Ctx = state.getSema().Context; 7674 state.getSema().Diag(attr.getLoc(), 7691 if (!state.getSema().getLangOpts().CPlusPlus) 7716 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); 7723 if (!state.getSema().getLangOpts().OpenCL ||