Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3803 bool capturesThis() const { return getCaptureKind() == VCK_This; }
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp591 if (It->capturesThis()) in getVariableName()
/src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp406 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp162 REGISTER_MATCHER(capturesThis); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp526 } else if (Capture.capturesThis()) { in initialize()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4984 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
/src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1250 if (capturesThis()) in getCaptureKind()
H A DDeclCXX.cpp1691 if (C->capturesThis()) in getCaptureFields()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp364 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()
504 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()
517 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
626 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp8486 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
8751 if (CI.capturesThis()) { in generateDefaultMapInfo()
9538 if (!CI->capturesThis()) in emitTargetCallKernelLaunch()
9564 CombinedInfo, CurInfo.Types, PartialStruct, CI->capturesThis(), in emitTargetCallKernelLaunch()
H A DCodeGenFunction.h473 if (I->capturesThis())
H A DCGDebugInfo.cpp1781 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp599 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1194 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DTreeTransform.h14428 if (C->capturesThis()) { in TransformLambdaExpr()
14729 if (C->capturesThis()) { in SkipLambdaBody()
H A DSemaDecl.cpp15399 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp3763 return C.capturesThis(); in VisitSubCaptures()