Searched refs:AddTaggedVal (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 201 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic() 233 void AddTaggedVal(intptr_t V, Diagnostic::ArgumentKind Kind) const { in AddTaggedVal() function 264 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit() 288 PD.AddTaggedVal(I, Diagnostic::ak_uint); 294 PD.AddTaggedVal(I, Diagnostic::ak_sint); 300 PD.AddTaggedVal(reinterpret_cast<intptr_t>(S), Diagnostic::ak_c_string);
|
D | Diagnostic.h | 756 void AddTaggedVal(intptr_t V, Diagnostic::ArgumentKind Kind) const { in AddTaggedVal() function 789 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str), 795 DB.AddTaggedVal(I, Diagnostic::ak_sint); 800 DB.AddTaggedVal(I, Diagnostic::ak_sint); 806 DB.AddTaggedVal(I, Diagnostic::ak_uint); 812 DB.AddTaggedVal(reinterpret_cast<intptr_t>(II), 826 DB.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 522 DB.AddTaggedVal(N.getAsOpaqueInteger(), 531 PD.AddTaggedVal(N.getAsOpaqueInteger(),
|
D | NestedNameSpecifier.h | 471 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
|
D | Type.h | 4754 DB.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()), 4763 PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
|
D | Decl.h | 3016 DB.AddTaggedVal(reinterpret_cast<intptr_t>(ND), Diagnostic::ak_nameddecl);
|