Home
last modified time | relevance | path

Searched refs:LCK_This (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h34 LCK_This, ///< Capturing the \c *this object by reference enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1148 if (C->Kind == LCK_This || C->Kind == LCK_StarThis) { in ActOnLambdaExpressionAfterIntroducer()
2229 From.isCopyCapture() ? LCK_StarThis : LCK_This); in BuildLambdaExpr()
H A DSemaCodeComplete.cpp7266 if (C.Kind == LCK_This) { in CodeCompleteLambdaIntroducer()
H A DSemaOpenMP.cpp4549 } else if (LC.getCaptureKind() == LCK_This) { in tryCaptureOpenMPLambdas()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1234 case LCK_This: in LambdaCapture()
1257 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()
H A DStmtPrinter.cpp2349 case LCK_This: in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp868 Kind = LCK_This; in ParseLambdaIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2056 case LCK_This: in ReadCXXDefinitionData()
H A DASTWriter.cpp7295 case LCK_This: in AddCXXDefinitionData()