Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp222 bool Capture::isInitCapture() const { isInitCapture() function in Capture
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1290 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { isInitCapture() function in LambdaExpr
H A DDecl.cpp5301 bool ValueDecl::isInitCapture() const { isInitCapture() function in ValueDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1555 bool isInitCapture() const { isInitCapture() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4352 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument