Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1333 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1366 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1382 llvm::Type *baseType, in EmitNullConstantForBase()
H A DCodeGenFunction.cpp1201 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
1355 QualType &baseType, in emitArrayLength()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp576 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp278 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDecl.cpp9517 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2492 FunctionType* MagicPass::getFunctionType(TYPECONST FunctionType *baseType, std::vector<unsigned> se… in getFunctionType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2005 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument