Searched defs:getVariableArrayType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp2185 result = getVariableArrayType(
2197 result = getVariableArrayType(
2211 /// getVariableArrayType - Returns a non-unique reference to the type for a
2213 QualType ASTContext::getVariableArrayType(QualType EltTy, function in class:ASTContext
2225 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
3524 return getVariableArrayType(unqualElementType,
3833 return cast<ArrayType>(getVariableArrayType(NewEltTy,

Completed in 77 milliseconds