Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp107 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D))); in EmitDecl()
112 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D))); in EmitDecl()
171 DI->EmitAndRetainType(Ty); in EmitDecl()
DCGDebugInfo.h494 void EmitAndRetainType(QualType Ty);
DCodeGenModule.cpp5571 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5770 DI->EmitAndRetainType( in EmitTopLevelDecl()
5777 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5783 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
DCGDebugInfo.cpp5002 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo