HomeSort by: relevance | last modified time | path
    Searched defs:getConstantArrayType (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3410 /// getConstantArrayType - Return the unique reference to the type for an
3412 QualType ASTContext::getConstantArrayType(QualType EltTy,
3445 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, nullptr,
3557 result = getConstantArrayType(
5746 return getConstantArrayType(unqualElementType, CAT->getSize(),
6118 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
8106 = Context->getConstantArrayType(VaListTagTypedefType,
8160 QualType VaListTagArrayType = Context->getConstantArrayType(
8168 QualType IntArrayType = Context->getConstantArrayType(
8263 QualType VaListTagArrayType = Context->getConstantArrayType(
    [all...]

Completed in 28 milliseconds