Searched refs:handleObjCGCTypeAttr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 302 static bool handleObjCGCTypeAttr(TypeProcessingState &state, 311 return handleObjCGCTypeAttr(state, attr, type); in handleObjCPointerTypeAttr() 5553 static bool handleObjCGCTypeAttr(TypeProcessingState &state, in handleObjCGCTypeAttr() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 371 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr, 380 return handleObjCGCTypeAttr(state, attr, type); in handleObjCPointerTypeAttr() 6697 static bool handleObjCGCTypeAttr(TypeProcessingState &state, ParsedAttr &attr, in handleObjCGCTypeAttr() function
|