Searched refs:DiagArgumentsVal (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h64 intptr_t DiagArgumentsVal[MaxArguments]; member in struct:clang::PartialDiagnostic::Storage
264 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V;
288 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
H A DDiagnostic.h723 intptr_t DiagArgumentsVal[MaxArguments]; member in class:clang::DiagnosticsEngine
948 DiagObj->DiagArgumentsVal[NumArgs++] = V;
1093 return reinterpret_cast<const char*>(DiagObj->DiagArgumentsVal[Idx]);
1101 return (int)DiagObj->DiagArgumentsVal[Idx];
1109 return (unsigned)DiagObj->DiagArgumentsVal[Idx];
1117 return reinterpret_cast<IdentifierInfo*>(DiagObj->DiagArgumentsVal[Idx]);
1125 return DiagObj->DiagArgumentsVal[Idx];

Completed in 239 milliseconds