Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3509 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp596 if (It->capturesThis()) in getVariableName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp391 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1117 if (capturesThis()) in getCaptureKind()
H A DDeclCXX.cpp1558 if (C->capturesThis()) in getCaptureFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp333 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()
471 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()
480 if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()
585 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
H A DCodeGenFunction.h392 if (I->capturesThis())
H A DCGOpenMPRuntime.cpp8886 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
9116 if (CI.capturesThis()) { in generateDefaultMapInfo()
10254 if (!CI->capturesThis()) in emitTargetCall()
H A DCGDebugInfo.cpp1453 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4617 return LC.capturesThis();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp533 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12792 if (C->capturesThis()) { in TransformLambdaExpr()
12950 if (C->capturesThis()) { in SkipLambdaBody()
H A DSemaExprCXX.cpp1139 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDecl.cpp14121 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
H A DSemaOpenMP.cpp3445 return C.capturesThis(); in VisitSubCaptures()