Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp13163 RecordDecl *CapRecord = nullptr; in tryCaptureVariable() local
13165 CapRecord = LSI->Lambda; in tryCaptureVariable()
13167 CapRecord = CRSI->TheRecordDecl; in tryCaptureVariable()
13169 if (CapRecord) { in tryCaptureVariable()
13174 Context, CapRecord, ExprLoc, ExprLoc, in tryCaptureVariable()
13181 CapRecord->addDecl(Field); in tryCaptureVariable()