Home
last modified time | relevance | path

Searched refs:ThisCapture (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h406 enum IsThisCapture { ThisCapture }; enumerator
826 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1024 FieldDecl *&ThisCapture) const { in getCaptureFields()
1026 ThisCapture = nullptr; in getCaptureFields()
1033 ThisCapture = *Field; in getCaptureFields()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1065 FieldDecl *&ThisCapture) const;