Searched defs:baseType (Results 1 – 7 of 7) sorted by relevance
1333 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local1366 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local1382 llvm::Type *baseType, in EmitNullConstantForBase()
1201 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()1355 QualType &baseType, in emitArrayLength()
576 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
278 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
9517 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
2492 FunctionType* MagicPass::getFunctionType(TYPECONST FunctionType *baseType, std::vector<unsigned> se… in getFunctionType()
2005 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument