Home
last modified time | relevance | path

Searched refs:AddTaggedVal (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1179 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 DPartialDiagnostic.h101 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 DParsedAttr.h1121 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 DNestedNameSpecifier.h524 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
H A DAttr.h373 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
H A DDeclarationName.h880 PD.AddTaggedVal(N.getAsOpaqueInteger(),
H A DType.h7129 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 DDecl.h4553 PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),