Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3896 bool capturesThis() const { return getCaptureKind() == VCK_This; }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp397 } else if (C.capturesThis() && shouldCheckThis) { in visitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp593 if (It->capturesThis()) in getVariableName()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp404 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp160 REGISTER_MATCHER(capturesThis); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp525 } else if (Capture.capturesThis()) { in initialize()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5077 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1256 if (capturesThis()) in getCaptureKind()
H A DDeclCXX.cpp1808 if (C->capturesThis()) in getCaptureFields()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp394 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()
534 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()
547 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
656 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp8747 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCaptureFromClauseInfo()
8854 PartialStruct, Cap->capturesThis(), OMPBuilder, nullptr, in generateInfoForCaptureFromClauseInfo()
9051 if (CI.capturesThis()) { in generateDefaultMapInfo()
9543 if (!CI->capturesThis()) in genMapInfoForCaptures()
H A DCodeGenFunction.h463 if (I->capturesThis())
H A DCGDebugInfo.cpp1945 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp600 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1176 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DTreeTransform.h15548 if (C->capturesThis()) { in TransformLambdaExpr()
15829 if (C->capturesThis()) { in SkipLambdaBody()
H A DSemaDecl.cpp15850 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp3772 return C.capturesThis(); in VisitSubCaptures()