Searched refs:TypeProcessingState (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 186 class TypeProcessingState { class 223 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() function in __anonc2847d970111::TypeProcessingState 352 ~TypeProcessingState() { in ~TypeProcessingState() 386 processTypeAttrs(TypeProcessingState &state, QualType &type, 390 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 393 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state, 396 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 399 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state, 402 static bool handleObjCPointerTypeAttr(TypeProcessingState &state, in handleObjCPointerTypeAttr() 487 static void distributeObjCPointerTypeAttr(TypeProcessingState &state, in distributeObjCPointerTypeAttr() [all …]
|