Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp472 if (auto Lifetimebound = Info.isLifetimebound()) in ProcessAPINotes()
628 if (Info.This && Info.This->isLifetimebound() && in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h455 std::optional<bool> isLifetimebound() const { in isLifetimebound() function
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1075 if (auto lifetimebound = PI.isLifetimebound()) { in emitParamInfo()