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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1733 QualType ASTTy = D->getType(); local
1735 Ty = getTypes().ConvertTypeForMem(ASTTy);
1738 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy));
1824 QualType ASTTy = D->getType(); local
1825 CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
1842 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type");
1896 GetGlobalVarAddressSpace(D, getContext().getTargetAddressSpace(ASTTy))) {

Completed in 120 milliseconds