Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp221 bool Capture::isInitCapture() const { in isInitCapture() function in Capture
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1280 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { in isInitCapture() function in LambdaExpr
H A DDecl.cpp5051 bool ValueDecl::isInitCapture() const { in isInitCapture() function in ValueDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1530 bool isInitCapture() const { in isInitCapture() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4256 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument