Searched refs:DiagInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp53 SrcMgrDiagInfo *DiagInfo = static_cast<SrcMgrDiagInfo *>(diagInfo); local
54 assert(DiagInfo && "Diagnostic context not passed down?");
59 if (const MDNode *LocInfo = DiagInfo->LocInfo) {
70 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
98 SrcMgrDiagInfo DiagInfo; local
105 // to be invoked, getting DiagInfo passed into it.
106 DiagInfo.LocInfo = LocMDNode;
107 DiagInfo.DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
108 DiagInfo
[all...]
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp255 std::vector<DiagDesc> DiagInfo; member in class:clang::diag::CustomDiagInfo
262 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
264 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].second;
269 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
271 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].first;
283 unsigned ID = DiagInfo.size()+DIAG_UPPER_LIMIT;
285 DiagInfo.push_back(D);
/external/clang/lib/Sema/
H A DSema.cpp916 Diagnostic DiagInfo(&Diags);
917 (*Info)->addSFINAEDiagnostic(DiagInfo.getLocation(),
918 PartialDiagnostic(DiagInfo, Context.getDiagAllocator()));
941 Diagnostic DiagInfo(&Diags);
942 (*Info)->addSFINAEDiagnostic(DiagInfo.getLocation(),
943 PartialDiagnostic(DiagInfo, Context.getDiagAllocator()));
963 Diagnostic DiagInfo(&Diags);
964 (*Info)->addSuppressedDiagnostic(DiagInfo.getLocation(),
965 PartialDiagnostic(DiagInfo, Context.getDiagAllocator()));

Completed in 84 milliseconds