Searched refs:AddTaggedVal (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1179 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const { in AddTaggedVal() function 1391 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str), 1398 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 1408 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 1414 DB.AddTaggedVal(I, DiagnosticsEngine::ak_uint); 1420 DB.AddTaggedVal(static_cast<unsigned>(I), DiagnosticsEngine::ak_tokenkind); 1426 DB.AddTaggedVal(reinterpret_cast<intptr_t>(II), 1440 DB.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
|
H A D | PartialDiagnostic.h | 101 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic() 157 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 1121 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At.getAttrName()), 1128 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At->getAttrName()), 1143 DB.AddTaggedVal(reinterpret_cast<intptr_t>(CI.getAttrName()), 1153 DB.AddTaggedVal(reinterpret_cast<intptr_t>(CI->getAttrName()),
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 524 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
|
H A D | Attr.h | 373 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
|
H A D | DeclarationName.h | 880 PD.AddTaggedVal(N.getAsOpaqueInteger(),
|
H A D | Type.h | 7129 PD.AddTaggedVal(static_cast<std::underlying_type_t<LangAS>>(AS), 7138 PD.AddTaggedVal(Q.getAsOpaqueValue(), 7147 PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
|
H A D | Decl.h | 4553 PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
|