|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ASTContext.h 1312 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
References
tools/clang/lib/AST/ASTContext.cpp 3331 result = getVariableArrayType(
3343 result = getVariableArrayType(
3371 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
5212 return getVariableArrayType(unqualElementType,
5594 return cast<ArrayType>(getVariableArrayType(NewEltTy,
tools/clang/lib/AST/ASTImporter.cpp 1135 return Importer.getToContext().getVariableArrayType(
tools/clang/lib/AST/Type.cpp 915 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(),
tools/clang/lib/Sema/SemaOpenMP.cpp13383 PrivateTy = Context.getVariableArrayType(
tools/clang/lib/Sema/SemaType.cpp 2234 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets);
2254 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets);
tools/clang/lib/Serialization/ASTReader.cpp 6463 return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F),