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 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);
  /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 619 milliseconds