Home
last modified time | relevance | path

Searched refs:getOrCreateStandaloneType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp88 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()
95 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
H A DCGDebugInfo.h475 llvm::DIType *getOrCreateStandaloneType(QualType Ty, SourceLocation Loc);
H A DCGDebugInfo.cpp1935 return getOrCreateStandaloneType(D, Loc); in getOrCreateInterfaceType()
1938 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType() function in CGDebugInfo