Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2899 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2969 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2975 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1010 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2664 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()
2735 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
H A DCGExprAgg.cpp1338 if (CurField->hasCapturedVLAType()) { in VisitLambdaExpr()
H A DCodeGenFunction.cpp1126 if (FD->hasCapturedVLAType()) { in StartFunction()
H A DCGStmtOpenMP.cpp329 if (CurField->hasCapturedVLAType()) { in GenerateOpenMPCapturedVars()
547 if (FD->hasCapturedVLAType()) { in emitOutlinedFunctionPrologue()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp940 !D->hasCapturedVLAType() && in VisitFieldDecl()