Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h464 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
472 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
593 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
601 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp481 Info.getRetainCountConvention()); in ProcessAPINotes()
617 Info.getRetainCountConvention()); in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1081 if (auto RCC = PI.getRetainCountConvention()) in emitParamInfo()
1107 if (auto RCC = FI.getRetainCountConvention()) in emitFunctionInfo()