Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h189 enum IsThisCapture { ThisCapture }; enumerator
256 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/clang/lib/AST/
DDeclCXX.cpp990 FieldDecl *&ThisCapture) const { in getCaptureFields()
992 ThisCapture = 0; in getCaptureFields()
999 ThisCapture = *Field; in getCaptureFields()
/external/clang/include/clang/AST/
DDeclCXX.h1001 FieldDecl *&ThisCapture) const;