Home
last modified time | relevance | path

Searched refs:getRetainCountConvention (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h436 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
444 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
554 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
562 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp938 if (auto RCC = PI.getRetainCountConvention()) in emitParamInfo()
963 if (auto RCC = FI.getRetainCountConvention()) in emitFunctionInfo()