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

/external/clang/include/clang/Sema/
H A DScopeInfo.h199 enum IsThisCapture { ThisCapture }; enumerator in enum:clang::sema::CapturingScopeInfo::Capture::IsThisCapture
266 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/external/clang/lib/AST/
H A DDeclCXX.cpp951 FieldDecl *&ThisCapture) const {
953 ThisCapture = 0;
960 ThisCapture = *Field;
/external/clang/include/clang/AST/
H A DDeclCXX.h997 /// \param ThisCapture Will be set to the field declaration for the
1000 FieldDecl *&ThisCapture) const;

Completed in 57 milliseconds