Searched defs:AddTaggedVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h218 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I));
267 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const { function in class:clang::PartialDiagnostic
298 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
334 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
340 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
346 PD.AddTaggedVal(reinterpret_cast<intptr_t>(S),
360 PD.AddTaggedVal(reinterpret_cast<intptr_t>(II),
374 PD.AddTaggedVal(reinterpret_cast<intptr_t>(DC),

Completed in 91 milliseconds