Home
last modified time | relevance | path

Searched refs:getCaptureFields (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/external/clang/include/clang/AST/
DDeclCXX.h1069 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/external/clang/lib/AST/
DDeclCXX.cpp1072 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp847 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()