Home
last modified time | relevance | path

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

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