Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp873 Expr *Capturer = nullptr; member
1209 if (Expr *Capturer = findCapturingExpr(SemaRef, Init, Owner)) in checkRetainCycles() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2610 class Capturer { class
11713Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer() function in Catch::Capturer