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

/external/clang/lib/AST/
H A DASTContext.cpp2600 result = getVariableArrayType(
2612 result = getVariableArrayType(
2626 /// getVariableArrayType - Returns a non-unique reference to the type for a
2628 QualType ASTContext::getVariableArrayType(QualType EltTy, function in class:ASTContext
2640 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
4018 return getVariableArrayType(unqualElementType,
4331 return cast<ArrayType>(getVariableArrayType(NewEltTy,

Completed in 63 milliseconds