Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h182 llvm::DIType *CreateQualifiedType(QualType Ty, llvm::DIFile *Fg);
183 llvm::DIType *CreateQualifiedType(const FunctionProtoType *Ty,
H A DCGDebugInfo.cpp935 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType() function in CGDebugInfo
957 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType() function in CGDebugInfo
1370 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
3427 return CreateQualifiedType(Ty, Unit); in CreateTypeNode()