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

/external/clang/lib/AST/
H A DASTContext.cpp2368 /// getConstantArrayType - Return the unique reference to the type for an
2370 QualType ASTContext::getConstantArrayType(QualType EltTy, function in class:ASTContext
2397 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2498 result = getConstantArrayType(
3931 return getConstantArrayType(unqualElementType, CAT->getSize(),
4234 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
5916 = Context->getConstantArrayType(VaListTagTypedefType,
5976 = Context->getConstantArrayType(VaListTagTypedefType,
5985 = Context->getConstantArrayType(Context->IntTy,
6084 = Context->getConstantArrayType(VaListTagTypedefTyp
[all...]

Completed in 76 milliseconds