Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h758 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } isCaptured() function
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1112 bool isCaptured(const ParmVarDecl *Parameter) const { in isCaptured() function in __anondd8a70880111::CalledOnceChecker