Searched refs:TypeProcessingState (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 163 class TypeProcessingState { class 200 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() function in __anon41c88aee0111::TypeProcessingState 329 ~TypeProcessingState() { in ~TypeProcessingState() 362 static void processTypeAttrs(TypeProcessingState &state, QualType &type, 366 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 369 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state, 372 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 375 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state, 378 static bool handleObjCPointerTypeAttr(TypeProcessingState &state, in handleObjCPointerTypeAttr() 463 static void distributeObjCPointerTypeAttr(TypeProcessingState &state, in distributeObjCPointerTypeAttr() [all …]
|