Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3796 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp591 if (It->capturesThis()) in getVariableName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp406 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp162 REGISTER_MATCHER(capturesThis); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp409 } else if (Capture.capturesThis()) { in initialize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4984 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1200 if (capturesThis()) in getCaptureKind()
H A DDeclCXX.cpp1649 if (C->capturesThis()) in getCaptureFields()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp338 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()
476 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()
489 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
598 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp8435 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
8691 if (CI.capturesThis()) { in generateDefaultMapInfo()
9476 if (!CI->capturesThis()) in emitTargetCallKernelLaunch()
9502 CombinedInfo, CurInfo.Types, PartialStruct, CI->capturesThis(), in emitTargetCallKernelLaunch()
H A DCodeGenFunction.h428 if (I->capturesThis())
H A DCGDebugInfo.cpp1655 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp601 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13518 if (C->capturesThis()) { in TransformLambdaExpr()
13774 if (C->capturesThis()) { in SkipLambdaBody()
H A DSemaExprCXX.cpp1197 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDecl.cpp15629 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp3722 return C.capturesThis(); in VisitSubCaptures()