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

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h62 intptr_t DiagArgumentsVal[MaxArguments]; member in struct:clang::PartialDiagnostic::Storage
274 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V;
298 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
H A DDiagnostic.h762 intptr_t DiagArgumentsVal[MaxArguments]; member in class:clang::DiagnosticsEngine
983 DiagObj->DiagArgumentsVal[NumArgs++] = V;
1162 return reinterpret_cast<const char*>(DiagObj->DiagArgumentsVal[Idx]);
1170 return (int)DiagObj->DiagArgumentsVal[Idx];
1178 return (unsigned)DiagObj->DiagArgumentsVal[Idx];
1186 return reinterpret_cast<IdentifierInfo*>(DiagObj->DiagArgumentsVal[Idx]);
1194 return DiagObj->DiagArgumentsVal[Idx];

Completed in 1924 milliseconds