Home
last modified time | relevance | path

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

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