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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp87 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp924 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
947 } while ((type = getContext().getAsVariableArrayType(elementType)));
H A DCGExprScalar.cpp1319 = CGF.getContext().getAsVariableArrayType(type)) {
1576 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
1971 = CGF.getContext().getAsVariableArrayType(elementType)) {
2068 = CGF.getContext().getAsVariableArrayType(elementType)) {
H A DCodeGenFunction.h2578 getContext().getAsVariableArrayType(ActualBaseType)) {
H A DCGExpr.cpp1822 getContext().getAsVariableArrayType(E->getType())) {
/external/clang/include/clang/AST/
H A DASTContext.h1499 const VariableArrayType *getAsVariableArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp827 if (Ctx.getAsVariableArrayType(EleTy)) {
/external/clang/lib/AST/
H A DASTContext.cpp6052 const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
6053 const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
/external/clang/lib/Sema/
H A DSemaDecl.cpp4359 const VariableArrayType *VAT = Context.getAsVariableArrayType(T);

Completed in 154 milliseconds