Searched refs:AddTaggedVal (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | PartialDiagnostic.h | 222 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic() 271 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const { in AddTaggedVal() function 302 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit() 347 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint); 353 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 359 PD.AddTaggedVal(reinterpret_cast<intptr_t>(S), 373 PD.AddTaggedVal(reinterpret_cast<intptr_t>(II), 387 PD.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
|
| H A D | Diagnostic.h | 1156 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const { in AddTaggedVal() function 1202 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str), 1208 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 1219 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 1225 DB.AddTaggedVal(I, DiagnosticsEngine::ak_uint); 1231 DB.AddTaggedVal(static_cast<unsigned>(I), DiagnosticsEngine::ak_tokenkind); 1237 DB.AddTaggedVal(reinterpret_cast<intptr_t>(II), 1251 DB.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Attr.h | 338 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At), 345 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
|
| H A D | DeclarationName.h | 819 DB.AddTaggedVal(N.getAsOpaqueInteger(), 828 PD.AddTaggedVal(N.getAsOpaqueInteger(),
|
| H A D | NestedNameSpecifier.h | 518 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
|
| H A D | Type.h | 6708 DB.AddTaggedVal(Q.getAsOpaqueValue(), 6717 PD.AddTaggedVal(Q.getAsOpaqueValue(), 6726 DB.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()), 6735 PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
|
| H A D | Decl.h | 4277 DB.AddTaggedVal(reinterpret_cast<intptr_t>(ND), 4283 PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 983 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At.getName()), 990 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At.getName()), 997 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At->getName()), 1004 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At->getName()),
|