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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp86 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1009 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
1032 } while ((type = getContext().getAsVariableArrayType(elementType)));
H A DCGExprScalar.cpp1322 = CGF.getContext().getAsVariableArrayType(type)) {
1578 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
1952 = CGF.getContext().getAsVariableArrayType(elementType)) {
2053 = CGF.getContext().getAsVariableArrayType(elementType)) {
H A DCodeGenFunction.h2606 getContext().getAsVariableArrayType(ActualBaseType)) {
H A DCGExpr.cpp1999 getContext().getAsVariableArrayType(E->getType())) {
/external/clang/include/clang/AST/
H A DASTContext.h1681 const VariableArrayType *getAsVariableArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1345 getASTContext().getAsVariableArrayType(ElementTy);
H A DASTContext.cpp6654 const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
6655 const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp859 if (Ctx.getAsVariableArrayType(EleTy)) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp4598 const VariableArrayType *VAT = Context.getAsVariableArrayType(T);

Completed in 226 milliseconds