Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h185 llvm::DIType *CreateQualifiedType(QualType Ty, llvm::DIFile *Fg);
186 llvm::DIType *CreateQualifiedType(const FunctionProtoType *Ty,
H A DCGDebugInfo.cpp1007 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType() function in CGDebugInfo
1029 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType() function in CGDebugInfo
1574 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
3740 return CreateQualifiedType(Ty, Unit); in CreateTypeNode()