Searched refs:isNonEscapingByref (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1452 bool isNonEscapingByref() const;
4101 bool isNonEscapingByref() const {
4102 return getVariable()->isNonEscapingByref();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp516 return VD->isNonEscapingByref() ?
1267 assert((!variable->isNonEscapingByref() ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2467 bool VarDecl::isNonEscapingByref() const { function in class:VarDecl

Completed in 86 milliseconds