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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1282 const ConstantArrayType *ConstantArrayArg = local
1284 if (!ConstantArrayArg)
1289 if (ConstantArrayArg->getSize() != ConstantArrayParm->getSize())
1295 ConstantArrayArg->getElementType(),
1327 if (const ConstantArrayType *ConstantArrayArg
1329 llvm::APSInt Size(ConstantArrayArg->getSize());

Completed in 54 milliseconds