Home
last modified time | relevance | path

Searched refs:setCapturedByCopyInLambdaWithExplicitObjectParameter (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1182 void setCapturedByCopyInLambdaWithExplicitObjectParameter(bool Set) { in setCapturedByCopyInLambdaWithExplicitObjectParameter() function
H A DExpr.h1479 void setCapturedByCopyInLambdaWithExplicitObjectParameter( in setCapturedByCopyInLambdaWithExplicitObjectParameter() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1859 E->setCapturedByCopyInLambdaWithExplicitObjectParameter(Record.readInt()); in VisitCXXThisExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1491 This->setCapturedByCopyInLambdaWithExplicitObjectParameter(IsDependent); in MarkThisReferenced()
H A DSemaExpr.cpp19701 ID->setCapturedByCopyInLambdaWithExplicitObjectParameter( in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()