Searched refs:transferARCOwnershipToDeclaratorChunk (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2550 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, 2645 transferARCOwnershipToDeclaratorChunk(state, Qualifiers::OCL_Autoreleasing, in inferARCWriteback() 4607 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, in transferARCOwnershipToDeclaratorChunk() function 4672 transferARCOwnershipToDeclaratorChunk(state, ownership, i); in transferARCOwnership() 4690 return transferARCOwnershipToDeclaratorChunk(state, ownership, inner); in transferARCOwnership()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 2947 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, 3041 transferARCOwnershipToDeclaratorChunk(state, Qualifiers::OCL_Autoreleasing, in inferARCWriteback() 5692 static void transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, in transferARCOwnershipToDeclaratorChunk() function 5754 transferARCOwnershipToDeclaratorChunk(state, ownership, i); in transferARCOwnership() 5772 return transferARCOwnershipToDeclaratorChunk(state, ownership, inner); in transferARCOwnership()
|