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

References

tools/clang/lib/AST/ASTContext.cpp
 9058     const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
 9059     const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
tools/clang/lib/AST/MicrosoftMangle.cpp
 2534         getASTContext().getAsVariableArrayType(ElementTy);
tools/clang/lib/CodeGen/CGCall.cpp
 2387                      getContext().getAsVariableArrayType(OTy)) {
tools/clang/lib/CodeGen/CGDecl.cpp
 1321   while (getContext().getAsVariableArrayType(Type1D)) {
 1686   const auto *VlaType = getContext().getAsVariableArrayType(type);
tools/clang/lib/CodeGen/CGExpr.cpp
 3401   } while ((vla = ctx.getAsVariableArrayType(eltType)));
 3420   if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) {
 3509            getContext().getAsVariableArrayType(E->getType())) {
 3717       if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) {
 3744   if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2441           = CGF.getContext().getAsVariableArrayType(type)) {
 2734           CGF.getContext().getAsVariableArrayType(TypeToSize)) {
 3237         = CGF.getContext().getAsVariableArrayType(elementType)) {
 3546         = CGF.getContext().getAsVariableArrayType(elementType)) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1028           CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
 1047           CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
 5616           CGF.getContext().getAsVariableArrayType(PrivTy);
 5762                  CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 3795                  CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
 3995                  CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
 4317                  CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  271     while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1811   const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
 1835   } while ((type = getContext().getAsVariableArrayType(elementType)));
 1842   const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
tools/clang/lib/Sema/SemaDecl.cpp
 7701       const VariableArrayType *VAT = Context.getAsVariableArrayType(T);
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
   91   const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1404   if (Ctx.getAsVariableArrayType(EleTy)) {