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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 50 /// inline asm has an error in it. diagInfo is a pointer to the SrcMgrDiagInfo
52 static void srcMgrDiagHandler(const SMDiagnostic &Diag, void *diagInfo) {
53 SrcMgrDiagInfo *DiagInfo = static_cast<SrcMgrDiagInfo *>(diagInfo);
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;
105 // to be invoked, getting DiagInfo passed into it
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 255 std::vector<DiagDesc> DiagInfo;
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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndistapi.h     [all...]

Completed in 183 milliseconds