Searched defs:isCaptured (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | ScopeInfo.h | 758 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } isCaptured() function |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CalledOnceCheck.cpp | 1112 bool isCaptured(const ParmVarDecl *Parameter) const { in isCaptured() function in __anondd8a70880111::CalledOnceChecker |