Home
last modified time | relevance | path

Searched refs:capturesThis (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3570 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp594 if (It->capturesThis()) in getVariableName()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp392 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp159 REGISTER_MATCHER(capturesThis); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4745 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1123 if (capturesThis()) in getCaptureKind()
H A DDeclCXX.cpp1582 if (C->capturesThis()) in getCaptureFields()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp337 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()
475 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()
488 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
597 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
H A DCodeGenFunction.h419 if (I->capturesThis())
H A DCGOpenMPRuntime.cpp9042 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
9278 if (CI.capturesThis()) { in generateDefaultMapInfo()
10403 if (!CI->capturesThis()) in emitTargetCall()
H A DCGDebugInfo.cpp1508 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4598 auto matcher = lambdaExpr(hasAnyCapture(lambdaCapture(capturesThis()))); in TEST_P()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp535 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h13162 if (C->capturesThis()) { in TransformLambdaExpr()
13320 if (C->capturesThis()) { in SkipLambdaBody()
H A DSemaExprCXX.cpp1158 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDecl.cpp14691 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp3644 return C.capturesThis(); in VisitSubCaptures()