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

/external/clang/include/clang/Sema/
H A DScopeInfo.h439 enum IsThisCapture { ThisCapture }; enumerator in enum:clang::sema::CapturingScopeInfo::Capture::IsThisCapture
850 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/external/clang/lib/AST/
H A DDeclCXX.cpp1018 FieldDecl *&ThisCapture) const {
1020 ThisCapture = nullptr;
1027 ThisCapture = *Field;
/external/clang/include/clang/AST/
H A DDeclCXX.h1059 /// \param ThisCapture Will be set to the field declaration for the
1065 FieldDecl *&ThisCapture) const;

Completed in 46 milliseconds