Home
last modified time | relevance | path

Searched defs:isCaptured (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h729 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } in isCaptured() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1111 bool isCaptured(const ParmVarDecl *Parameter) const { in isCaptured() function in __anon3a2ff1ec0111::CalledOnceChecker