Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp223 bool Capture::isInitCapture() const { isInitCapture() function in Capture
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1337 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { isInitCapture() function in LambdaExpr
H A DDecl.cpp5359 bool ValueDecl::isInitCapture() const { isInitCapture() function in ValueDecl
/llvm-project/clang/include/clang/AST/
H A DDecl.h1558 bool isInitCapture() const { isInitCapture() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4352 AST_MATCHER(VarDecl,isInitCapture) AST_MATCHER() argument