Searched refs:getAsVariableArrayType (Results 1 - 10 of 10) 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.cpp1086 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
1110 } while ((type = getContext().getAsVariableArrayType(elementType)));
H A DCGExprScalar.cpp1544 = CGF.getContext().getAsVariableArrayType(type)) {
1804 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
2251 = CGF.getContext().getAsVariableArrayType(elementType)) {
2442 = CGF.getContext().getAsVariableArrayType(elementType)) {
H A DCodeGenFunction.h2759 getContext().getAsVariableArrayType(ActualBaseType)) {
H A DCGExpr.cpp2267 getContext().getAsVariableArrayType(E->getType())) {
/external/clang/include/clang/AST/
H A DASTContext.h1783 const VariableArrayType *getAsVariableArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1419 getASTContext().getAsVariableArrayType(ElementTy);
H A DASTContext.cpp7053 const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
7054 const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1098 if (Ctx.getAsVariableArrayType(EleTy)) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp5170 const VariableArrayType *VAT = Context.getAsVariableArrayType(T);

Completed in 212 milliseconds