Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp109 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
/external/clang/lib/CodeGen/
DCGStmt.cpp2134 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()
2211 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
DCodeGenFunction.cpp734 if (FD->hasCapturedVLAType()) { in StartFunction()
DCGExprCXX.cpp1831 if (CurField->hasCapturedVLAType()) { in EmitLambdaExpr()
/external/clang/include/clang/AST/
DDecl.h2366 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2372 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()