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

/external/clang/lib/AST/
H A DASTContext.cpp2448 /// getConstantArrayType - Return the unique reference to the type for an
2450 QualType ASTContext::getConstantArrayType(QualType EltTy, function in class:ASTContext
2477 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize,
2578 result = getConstantArrayType(
4009 return getConstantArrayType(unqualElementType, CAT->getSize(),
4313 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
6042 = Context->getConstantArrayType(VaListTagTypedefType,
6102 = Context->getConstantArrayType(VaListTagTypedefType,
6111 = Context->getConstantArrayType(Context->IntTy,
6210 = Context->getConstantArrayType(VaListTagTypedefTyp
[all...]

Completed in 62 milliseconds