Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h405 enum IsThisCapture { ThisCapture }; enumerator
809 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/clang/lib/AST/
DDeclCXX.cpp1017 FieldDecl *&ThisCapture) const { in getCaptureFields()
1019 ThisCapture = nullptr; in getCaptureFields()
1026 ThisCapture = *Field; in getCaptureFields()
/external/clang/include/clang/AST/
DDeclCXX.h1055 FieldDecl *&ThisCapture) const;