Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h460 enum IsThisCapture { ThisCapture }; enumerator
880 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
/external/clang/lib/AST/
DDeclCXX.cpp1074 FieldDecl *&ThisCapture) const { in getCaptureFields()
1076 ThisCapture = nullptr; in getCaptureFields()
1083 ThisCapture = *Field; in getCaptureFields()
/external/clang/include/clang/AST/
DDeclCXX.h1070 FieldDecl *&ThisCapture) const;