Searched refs:getCaptureKind (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
H A DLambdaCapture.h79 LambdaCaptureKind getCaptureKind() const;
H A DStmt.h2036 VariableCaptureKind getCaptureKind() const;
2043 bool capturesThis() const { return getCaptureKind() == VCK_This; }
2046 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; }
2050 return getCaptureKind() == VCK_ByCopy;
2056 return getCaptureKind() == VCK_VLAType;
/external/clang/lib/AST/
H A DStmtProfile.cpp1334 ID.AddInteger(C->getCaptureKind());
1335 switch (C->getCaptureKind()) {
H A DStmt.cpp987 CapturedStmt::Capture::getCaptureKind() const { function in class:CapturedStmt::Capture
H A DExprCXX.cpp842 LambdaCaptureKind LambdaCapture::getCaptureKind() const { function in class:LambdaCapture
H A DStmtPrinter.cpp2068 switch (C->getCaptureKind()) {
H A DExpr.cpp3022 if (I->getCaptureKind() == LCK_ByCopy)
/external/clang/lib/Serialization/
H A DASTWriter.cpp5548 Record->push_back(Capture.getCaptureKind());
5549 switch (Capture.getCaptureKind()) {
H A DASTWriterStmt.cpp347 Record.push_back(I.getCaptureKind());
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp932 if (C.getCaptureKind() == LCK_StarThis)
H A DSemaDecl.cpp11214 const bool ByRef = C.getCaptureKind() == LCK_ByRef;
11224 C.getCaptureKind() == LCK_StarThis);
H A DTreeTransform.h10264 C->getCaptureKind() == LCK_StarThis);
10300 : C->getCaptureKind() == LCK_ByCopy

Completed in 1762 milliseconds