Searched defs:baseType (Results 1 – 6 of 6) sorted by relevance
1354 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local1391 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local1407 llvm::Type *baseType, in EmitNullConstantForBase()
1001 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()1155 QualType &baseType, in emitArrayLength()
275 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
8846 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
514 SQLSMALLINT baseType, cType; in odbc_bind_param() local
1999 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument