Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h367 enum IsThisCapture { ThisCapture }; enumerator
571 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/clang/lib/AST/
DDeclCXX.cpp926 FieldDecl *&ThisCapture) const { in getCaptureFields()
928 ThisCapture = 0; in getCaptureFields()
935 ThisCapture = *Field; in getCaptureFields()
/external/clang/include/clang/AST/
DDeclCXX.h993 FieldDecl *&ThisCapture) const;