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

References

tools/clang/include/clang/AST/GlobalDecl.h
   48     Value.setPointer(D);
   70     CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
   70     CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
   71     CanonGD.Value.setInt(Value.getInt());
   71     CanonGD.Value.setInt(Value.getInt());
   77   const Decl *getDecl() const { return Value.getPointer(); }
   81     return static_cast<CXXCtorType>(Value.getInt());
   86     return static_cast<CXXDtorType>(Value.getInt());
   93     return static_cast<DynamicInitKind>(Value.getInt());
  105     return LHS.Value == RHS.Value &&
  105     return LHS.Value == RHS.Value &&
  109   void *getAsOpaquePtr() const { return Value.getOpaqueValue(); }
  113     GD.Value.setFromOpaqueValue(P);
  119     Result.Value.setPointer(D);
  126     Result.Value.setInt(Type);
  133     Result.Value.setInt(Type);