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 241 std::vector<DiagDesc> DiagInfo;
248 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
250 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].second;
255 assert(this && DiagID-DIAG_UPPER_LIMIT < DiagInfo.size() &&
257 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].first;
269 unsigned ID = DiagInfo.size()+DIAG_UPPER_LIMIT;
271 DiagInfo.push_back(D);
  /external/clang/lib/Sema/
Sema.cpp 728 Diagnostic DiagInfo(&Diags);
731 (*Info)->addSuppressedDiagnostic(DiagInfo.getLocation(),
732 PartialDiagnostic(DiagInfo,Context.getDiagAllocator()));
    [all...]

Completed in 46 milliseconds