reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
 2753     assert(!hasCapturedVLAType() && !BitField &&
 2829     return hasCapturedVLAType() ? static_cast<const VariableArrayType *>(
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1305     if (CurField->hasCapturedVLAType()) {
tools/clang/lib/CodeGen/CGStmt.cpp
 2362     if (CurField->hasCapturedVLAType()) {
 2434     if (FD->hasCapturedVLAType()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  293     if (CurField->hasCapturedVLAType()) {
  507     if (FD->hasCapturedVLAType()) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  975         if (FD->hasCapturedVLAType()) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  918       !D->hasCapturedVLAType() &&
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  910     if (!FieldForCapture->hasCapturedVLAType()) {