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

Declarations

tools/clang/include/clang/AST/APValue.h
  159     void *getOpaqueValue() const;

References

tools/clang/lib/AST/APValue.cpp
  129     return llvm::hash_value(Base.getOpaqueValue());
  130   return llvm::hash_combine(Base.getOpaqueValue(), Base.getCallIndex(),
tools/clang/lib/AST/ExprConstant.cpp
 1949   if (A.getLValueBase().getOpaqueValue() !=
 1950       B.getLValueBase().getOpaqueValue()) {