Lines Matching refs:Diags
32 DiagnosticsEngine &Diags; member in __anonc2cfab440111::CodeGeneratorImpl
43 : Diags(diags), CodeGenOpts(CGO), in CodeGeneratorImpl()
76 Diags)); in Initialize()
83 if (Diags.hasErrorOccurred()) in HandleCXXStaticMemberVarInstantiation()
90 if (Diags.hasErrorOccurred()) in HandleTopLevelDecl()
106 if (Diags.hasErrorOccurred()) in HandleInlineMethodDefinition()
127 if (Diags.hasErrorOccurred()) in HandleTagDeclDefinition()
134 if (Diags.hasErrorOccurred()) in HandleTagDeclRequiredDefinition()
143 if (Diags.hasErrorOccurred()) { in HandleTranslationUnit()
155 if (Diags.hasErrorOccurred()) in CompleteTentativeDefinition()
162 if (Diags.hasErrorOccurred()) in HandleVTable()
188 CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags, in CreateLLVMCodeGen() argument
193 return new CodeGeneratorImpl(Diags, ModuleName, CGO, C); in CreateLLVMCodeGen()