Searched refs:getAsVariableArrayType (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp88 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1387 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
1411 } while ((type = getContext().getAsVariableArrayType(elementType)));
H A DCGExprScalar.cpp1644 = CGF.getContext().getAsVariableArrayType(type)) {
1906 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
2350 = CGF.getContext().getAsVariableArrayType(elementType)) {
2541 = CGF.getContext().getAsVariableArrayType(elementType)) {
H A DCodeGenFunction.h2626 getContext().getAsVariableArrayType(ActualBaseType)) {
H A DCGExpr.cpp2323 getContext().getAsVariableArrayType(E->getType())) {
/external/clang/include/clang/AST/
H A DASTContext.h1886 const VariableArrayType *getAsVariableArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1782 getASTContext().getAsVariableArrayType(ElementTy);
H A DASTContext.cpp7225 const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
7226 const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1218 if (Ctx.getAsVariableArrayType(EleTy)) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp6017 const VariableArrayType *VAT = Context.getAsVariableArrayType(T);

Completed in 807 milliseconds