reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
  357 static void processTypeAttrs(TypeProcessingState &state, QualType &type,
  360 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr,
  363 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state,
  366 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr,
  369 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state,
  372 static bool handleObjCPointerTypeAttr(TypeProcessingState &state,
  457 static void distributeObjCPointerTypeAttr(TypeProcessingState &state,
  514     TypeProcessingState &state, ParsedAttr &attr, QualType &declSpecType) {
  574 static void distributeFunctionTypeAttr(TypeProcessingState &state,
  606     TypeProcessingState &state, ParsedAttr &attr,
  624 static void distributeFunctionTypeAttrFromDeclSpec(TypeProcessingState &state,
  650 static void distributeFunctionTypeAttrFromDeclarator(TypeProcessingState &state,
  675 static void distributeTypeAttrsFromDeclarator(TypeProcessingState &state,
  718 static void maybeSynthesizeBlockSignature(TypeProcessingState &state,
 1260 static QualType ConvertDeclSpecToType(TypeProcessingState &state) {
 2678 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state,
 2685 static void inferARCWriteback(TypeProcessingState &state,
 2902 static QualType GetDeclSpecTypeForDeclarator(TypeProcessingState &state,
 4009 GetTypeSourceInfoForDeclarator(TypeProcessingState &State,
 4012 static TypeSourceInfo *GetFullTypeForDeclarator(TypeProcessingState &state,
 5289   TypeProcessingState state(*this, D);
 5310 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state,
 5347 static void transferARCOwnership(TypeProcessingState &state,
 5399   TypeProcessingState state(*this, D);
 5414                                   TypeProcessingState &State) {
 5421     TypeProcessingState &State;
 5425     TypeSpecLocFiller(ASTContext &Context, TypeProcessingState &State,
 5593     TypeProcessingState &State;
 5597     DeclaratorLocFiller(ASTContext &Context, TypeProcessingState &State,
 5770 GetTypeSourceInfoForDeclarator(TypeProcessingState &State,
 5973                                             TypeProcessingState &State) {
 6068 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state,
 6255 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr,
 6446 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &State,
 6547 static bool checkNullabilityTypeSpecifier(TypeProcessingState &state,
 6651 static bool checkObjCKindOfType(TypeProcessingState &state, QualType &type,
 6709 static bool distributeNullabilityTypeAttr(TypeProcessingState &state,
 6843 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr,
 7366 static void deduceOpenCLImplicitAddrSpace(TypeProcessingState &State,
 7497 static void HandleLifetimeBoundAttr(TypeProcessingState &State,
 7510 static void processTypeAttrs(TypeProcessingState &state, QualType &type,