Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h741 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } isCaptured() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1111 bool isCaptured(const ParmVarDecl *Parameter) const { isCaptured() function in __anon185a77070111::CalledOnceChecker