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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h221 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I));
270 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const { function in class:clang::PartialDiagnostic
301 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
346 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
352 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
358 PD.AddTaggedVal(reinterpret_cast<intptr_t>(S),
372 PD.AddTaggedVal(reinterpret_cast<intptr_t>(II),
386 PD.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
H A DDiagnostic.h1161 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1207 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str),
1213 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
1224 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
1230 DB.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
1236 DB.AddTaggedVal(static_cast<unsigned>(I), DiagnosticsEngine::ak_tokenkind);
1242 DB.AddTaggedVal(reinterpret_cast<intptr_t>(II),
1256 DB.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h348 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
355 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
H A DNestedNameSpecifier.h517 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
H A DDeclarationName.h818 DB.AddTaggedVal(N.getAsOpaqueInteger(),
827 PD.AddTaggedVal(N.getAsOpaqueInteger(),
H A DType.h6944 DB.AddTaggedVal(static_cast<std::underlying_type_t<LangAS>>(AS),
6953 PD.AddTaggedVal(static_cast<std::underlying_type_t<LangAS>>(AS),
6962 DB.AddTaggedVal(Q.getAsOpaqueValue(),
6971 PD.AddTaggedVal(Q.getAsOpaqueValue(),
6980 DB.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
6989 PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
H A DDecl.h4461 DB.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
4467 PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h959 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At.getAttrName()),
966 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At.getAttrName()),
973 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At->getAttrName()),
980 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At->getAttrName()),

Completed in 214 milliseconds