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.h447 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
455 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
566 std::optional<RetainCountConventionKind> getRetainCountConvention() const { in getRetainCountConvention() function
574 assert(getRetainCountConvention() == Value && "bitfield too small"); in setRetainCountConvention()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp420 Info.getRetainCountConvention()); in ProcessAPINotes()
542 Info.getRetainCountConvention()); in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1001 if (auto RCC = PI.getRetainCountConvention()) in emitParamInfo()
1026 if (auto RCC = FI.getRetainCountConvention()) in emitFunctionInfo()