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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h66 intptr_t DiagArgumentsVal[MaxArguments]; member in struct:clang::PartialDiagnostic::Storage
277 DiagStorage->DiagArgumentsVal[DiagStorage->NumDiagArgs++] = V;
301 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
H A DDiagnostic.h951 intptr_t DiagArgumentsVal[MaxArguments]; member in class:clang::DiagnosticsEngine
1166 DiagObj->DiagArgumentsVal[NumArgs++] = V;
1368 return reinterpret_cast<const char*>(DiagObj->DiagArgumentsVal[Idx]);
1376 return (int)DiagObj->DiagArgumentsVal[Idx];
1384 return (unsigned)DiagObj->DiagArgumentsVal[Idx];
1392 return reinterpret_cast<IdentifierInfo*>(DiagObj->DiagArgumentsVal[Idx]);
1400 return DiagObj->DiagArgumentsVal[Idx];

Completed in 120 milliseconds