HomeSort by: relevance | last modified time | path
    Searched refs:EmitAndRetainType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 503 void EmitAndRetainType(QualType Ty);
CGDecl.cpp 107 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(&D)));
112 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(&D)));
171 DI->EmitAndRetainType(Ty);
CodeGenModule.cpp 5709 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D)));
5912 DI->EmitAndRetainType(
5919 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D)));
5925 DI->EmitAndRetainType(getContext().getEnumType(cast<EnumDecl>(D)));
CGDebugInfo.cpp 5135 void CGDebugInfo::EmitAndRetainType(QualType Ty) {

Completed in 93 milliseconds