Searched defs:isInitCapture (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | ScopeInfo.cpp | 223 bool Capture::isInitCapture() const { isInitCapture() function in Capture |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 1337 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { isInitCapture() function in LambdaExpr |
H A D | Decl.cpp | 5359 bool ValueDecl::isInitCapture() const { isInitCapture() function in ValueDecl |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1558 bool isInitCapture() const { isInitCapture() function |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 4352 AST_MATCHER(VarDecl,isInitCapture) AST_MATCHER() argument |