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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 52 /// inline asm has an error in it. diagInfo is a pointer to the SrcMgrDiagInfo
54 static void srcMgrDiagHandler(const SMDiagnostic &Diag, void *diagInfo) {
55 SrcMgrDiagInfo *DiagInfo = static_cast<SrcMgrDiagInfo *>(diagInfo);
56 assert(DiagInfo && "Diagnostic context not passed down?");
61 if (const MDNode *LocInfo = DiagInfo->LocInfo) {
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
102 SrcMgrDiagInfo DiagInfo;
109 // to be invoked, getting DiagInfo passed into it
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 260 std::vector<DiagDesc> DiagInfo;
267 assert(DiagID - DIAG_UPPER_LIMIT < DiagInfo.size() &&
269 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].second;
274 assert(DiagID - DIAG_UPPER_LIMIT < DiagInfo.size() &&
276 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].first;
288 unsigned ID = DiagInfo.size()+DIAG_UPPER_LIMIT;
290 DiagInfo.push_back(D);
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 535 SQLRETURN SQL_API SQLGetDiagField(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT RecNumber,SQLSMALLINT DiagIdentifier,SQLPOINTER DiagInfo,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndistapi.h     [all...]

Completed in 200 milliseconds