Home
last modified time | relevance | path

Searched refs:EmitAndRetainType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h503 void EmitAndRetainType(QualType Ty);
H A DCGDecl.cpp108 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D))); in EmitDecl()
113 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
176 DI->EmitAndRetainType(Ty); in EmitDecl()
H A DCodeGenModule.cpp5739 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5946 DI->EmitAndRetainType( in EmitTopLevelDecl()
5953 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5959 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5136 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo