reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4018 Declarator &D = state.getDeclarator(); 4019 Sema &S = state.getSema(); 4160 switch (auto context = state.getDeclarator().getContext()) { 4170 if (state.getDeclarator().isObjCIvar() && !isFunctionOrMethod) { 4176 if (state.getDeclarator().isObjCWeakProperty() && inAssumeNonNullRegion) { 4307 state.getDeclarator().getMutableDeclSpec().getObjCQualifiers() 4363 T = state.getAttributedType( 4379 state.getCurrentAttributes().hasAttribute(ParsedAttr::AT_NoDeref); 4386 state.setCurrentChunkIndex(chunkIndex); 4403 state.getDeclarator().getAttributePool()); 4426 state.getDeclarator().getAttributePool()); 4924 return (!state.getDeclarator().getCXXScopeSpec().isEmpty() && 4925 state.getDeclarator() 4929 state.getDeclarator().getContext() == 4933 if (state.getSema().getLangOpts().OpenCLCPlusPlus && IsClassMember()) { 4964 state.getDeclarator().getAttributePool()); 5019 processTypeAttrs(state, T, TAL_DeclSpec, 5031 processTypeAttrs(state, T, TAL_DeclChunk, DeclType.getAttrs()); 5037 ExpectNoDerefChunk = state.didParseNoDeref(); 5042 S.Diag(state.getDeclarator().getBeginLoc(), 5174 processTypeAttrs(state, T, TAL_DeclName, D.getAttributes()); 5177 state.diagnoseIgnoredTypeAttrs(T); 5277 return GetTypeSourceInfoForDeclarator(state, T, TInfo);