reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Attr.h
  343   PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
tools/clang/include/clang/AST/Decl.h
 4388   PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
tools/clang/include/clang/AST/DeclarationName.h
  827   PD.AddTaggedVal(N.getAsOpaqueInteger(),
tools/clang/include/clang/AST/Type.h
 6827   PD.AddTaggedVal(Q.getAsOpaqueValue(),
 6845   PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
tools/clang/include/clang/Basic/PartialDiagnostic.h
  222         AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I));
  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),
tools/clang/include/clang/Sema/ParsedAttr.h
  966   PD.AddTaggedVal(reinterpret_cast<intptr_t>(At.getAttrName()),
  980   PD.AddTaggedVal(reinterpret_cast<intptr_t>(At->getAttrName()),