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.cpp222 bool Capture::isInitCapture() const { in isInitCapture() function in Capture
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1346 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { in isInitCapture() function in LambdaExpr
H A DDecl.cpp5470 bool ValueDecl::isInitCapture() const { in isInitCapture() function in ValueDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1557 bool isInitCapture() const { in isInitCapture() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4445 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument