Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:QualType

110   llvm::DIType CreateQualifiedType(QualType Ty, llvm::DIFile F, bool Declaration);
128 llvm::DIType CreateSelfType(const QualType &QualTy, llvm::DIType Ty);
129 llvm::DIType getTypeOrNull(const QualType);
130 llvm::DIType getCompletedTypeOrNull(const QualType);
134 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit);
135 llvm::DICompositeType getOrCreateFunctionType(const Decl *D, QualType FnType,
139 llvm::DIType getOrCreateTypeDeclaration(QualType PointeeTy, llvm::DIFile F);
141 const Type *Ty, QualType PointeeTy,
144 llvm::Value *getCachedInterfaceTypeOrNull(const QualType Ty);
176 llvm::DIType createFieldType(StringRef name, QualType type,
226 void EmitFunctionStart(GlobalDecl GD, QualType FnType,
284 llvm::DIType getOrCreateRecordType(QualType Ty, SourceLocation L);
288 llvm::DIType getOrCreateInterfaceType(QualType Ty,
330 llvm::DIType getOrCreateType(QualType Ty, llvm::DIFile F, bool Declaration = false);
334 llvm::DIType getOrCreateLimitedType(QualType Ty, llvm::DIFile F);
337 llvm::DIType CreateTypeNode(QualType Ty, llvm::DIFile F, bool Declaration);
341 ObjCInterfaceDecl* getObjCInterfaceDecl(QualType Ty);
345 llvm::DIType CreateLimitedTypeNode(QualType Ty, llvm::DIFile F);
348 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,