HomeSort by relevance Sort by last modified time
    Searched refs:DiagInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 47 /// inline asm has an error in it. diagInfo is a pointer to the SrcMgrDiagInfo
49 static void SrcMgrDiagHandler(const SMDiagnostic &Diag, void *diagInfo) {
50 SrcMgrDiagInfo *DiagInfo = static_cast<SrcMgrDiagInfo *>(diagInfo);
51 assert(DiagInfo && "Diagnostic context not passed down?");
56 if (const MDNode *LocInfo = DiagInfo->LocInfo) {
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
89 SrcMgrDiagInfo DiagInfo;
96 // to be invoked, getting DiagInfo passed into it
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 387 std::vector<DiagDesc> DiagInfo;
394 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
396 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].second;
401 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
403 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].first;
415 unsigned ID = DiagInfo.size()+DIAG_UPPER_LIMIT;
417 DiagInfo.push_back(D);
  /external/clang/lib/Sema/
Sema.cpp 671 Diagnostic DiagInfo(&SemaRef.Diags);
674 (*Info)->addSuppressedDiagnostic(DiagInfo.getLocation(),
675 PartialDiagnostic(DiagInfo,
    [all...]

Completed in 549 milliseconds