Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h225 llvm::TinyPtrVector<VarDecl *> ByrefBlockVars; variable
484 ByrefBlockVars.push_back(VD); in addByrefBlockVar()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DScopeInfo.cpp58 ByrefBlockVars.clear(); in Clear()
DSema.cpp2207 for (VarDecl *VD : FSI.ByrefBlockVars) { in markEscapingByrefs()