Searched refs:TypeProcessingState (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 156 class TypeProcessingState { class 199 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() function in __anon6036cc870111::TypeProcessingState 324 ~TypeProcessingState() { in ~TypeProcessingState() 362 static void processTypeAttrs(TypeProcessingState &state, QualType &type, 365 static bool handleFunctionTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 368 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state, 371 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 374 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state, 377 static bool handleObjCPointerTypeAttr(TypeProcessingState &state, in handleObjCPointerTypeAttr() 462 static void distributeObjCPointerTypeAttr(TypeProcessingState &state, in distributeObjCPointerTypeAttr() [all …]
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 141 class TypeProcessingState { class 166 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() function in __anon9acaebf90111::TypeProcessingState 224 ~TypeProcessingState() { in ~TypeProcessingState() 290 static void processTypeAttrs(TypeProcessingState &state, 294 static bool handleFunctionTypeAttr(TypeProcessingState &state, 298 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state, 302 static bool handleObjCGCTypeAttr(TypeProcessingState &state, 305 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state, 308 static bool handleObjCPointerTypeAttr(TypeProcessingState &state, in handleObjCPointerTypeAttr() 393 static void distributeObjCPointerTypeAttr(TypeProcessingState &state, in distributeObjCPointerTypeAttr() [all …]
|