Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h503 void EmitAndRetainType(QualType Ty);
H A 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()
H A DCodeGenModule.cpp5709 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5912 DI->EmitAndRetainType( in EmitTopLevelDecl()
5919 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
5925 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D))); in EmitTopLevelDecl()
H A DCGDebugInfo.cpp5135 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType() function in CGDebugInfo