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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1309 QualType ASTTy = D->getType(); local
1311 Ty = getTypes().ConvertTypeForMem(ASTTy);
1314 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy));
1560 QualType ASTTy = D->getType(); local
1561 CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
1578 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type");
1639 GetGlobalVarAddressSpace(D, getContext().getTargetAddressSpace(ASTTy))) {

Completed in 228 milliseconds