Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h180 llvm::DIType *CreateQualifiedType(QualType Ty, llvm::DIFile *Fg);
181 llvm::DIType *CreateQualifiedType(const FunctionProtoType *Ty,
H A DCGDebugInfo.cpp988 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType() function in CGDebugInfo
1010 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType() function in CGDebugInfo
1470 if (llvm::DIType *QTy = CreateQualifiedType(FPT, Unit)) in CreateType()
3590 return CreateQualifiedType(Ty, Unit); in CreateTypeNode()