Home
last modified time | relevance | path

Searched refs:LCK_StarThis (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DLambda.h36 LCK_StarThis, /// < Capturing the \c *this object by copy enumerator
/external/clang/lib/Sema/
DSemaLambda.cpp922 if (C->Kind == LCK_This || C->Kind == LCK_StarThis) { in ActOnStartOfLambdaDefinition()
923 if (C->Kind == LCK_StarThis) in ActOnStartOfLambdaDefinition()
944 if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis) { in ActOnStartOfLambdaDefinition()
962 C->Kind == LCK_StarThis); in ActOnStartOfLambdaDefinition()
1537 From.isCopyCapture() ? LCK_StarThis : LCK_This)); in BuildLambdaExpr()
DSemaExprCXX.cpp932 if (C.getCaptureKind() == LCK_StarThis) in adjustCVQualifiersForCXXThisWithinLambda()
DTreeTransform.h10264 C->getCaptureKind() == LCK_StarThis); in TransformLambdaExpr()
DSemaDecl.cpp11224 C.getCaptureKind() == LCK_StarThis); in RebuildLambdaScopeInfo()
/external/clang/lib/AST/
DExprCXX.cpp821 case LCK_StarThis: in LambdaCapture()
847 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()
DStmtProfile.cpp1336 case LCK_StarThis: in VisitLambdaExpr()
DStmtPrinter.cpp2072 case LCK_StarThis: in VisitLambdaExpr()
/external/clang/lib/Parse/
DParseExprCXX.cpp857 Kind = LCK_StarThis; in ParseLambdaIntroducer()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1538 case LCK_StarThis: in ReadCXXDefinitionData()
DASTWriter.cpp5550 case LCK_StarThis: in AddCXXDefinitionData()