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

/external/clang/lib/AST/
H A DASTContext.cpp2472 result = getVariableArrayType(
2484 result = getVariableArrayType(
2498 /// getVariableArrayType - Returns a non-unique reference to the type for a
2500 QualType ASTContext::getVariableArrayType(QualType EltTy, function in class:ASTContext
2512 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
3848 return getVariableArrayType(unqualElementType,
4160 return cast<ArrayType>(getVariableArrayType(NewEltTy,

Completed in 92 milliseconds