Home
last modified time | relevance | path

Searched defs:isInitCapture (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp220 bool Capture::isInitCapture() const { in isInitCapture() function in Capture
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1207 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { in isInitCapture() function in LambdaExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1460 bool isInitCapture() const { in isInitCapture() function