Home
last modified time | relevance | path

Searched refs:ASTTy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp1858 QualType ASTTy = D->getType(); in GetAddrOfGlobalVar() local
1860 Ty = getTypes().ConvertTypeForMem(ASTTy); in GetAddrOfGlobalVar()
1863 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy)); in GetAddrOfGlobalVar()
1981 QualType ASTTy = D->getType(); in EmitGlobalVarDefinition() local
1982 CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl(); in EmitGlobalVarDefinition()
1999 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type"); in EmitGlobalVarDefinition()
2053 GetGlobalVarAddressSpace(D, getContext().getTargetAddressSpace(ASTTy))) { in EmitGlobalVarDefinition()
HDCGOpenMPRuntime.cpp986 QualType ASTTy = VD->getType(); in emitThreadPrivateVarDefinition() local
1013 CtorCGF.ConvertTypeForMem(CGM.getContext().getPointerType(ASTTy))); in emitThreadPrivateVarDefinition()
1045 DtorCGF.emitDestroy(ArgVal, ASTTy, in emitThreadPrivateVarDefinition()
1046 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1047 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()