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

References

tools/clang/lib/AST/Interp/Descriptor.h
  116     return dyn_cast_or_null<ValueDecl>(asDecl());
  120     return dyn_cast_or_null<FieldDecl>(asDecl());
  124     return dyn_cast_or_null<RecordDecl>(asDecl());
tools/clang/lib/AST/Interp/InterpFrame.cpp
   70     if (auto *D = Desc->asDecl()) {
tools/clang/lib/AST/Interp/Pointer.cpp
  119           if (auto *BaseOrMember = Desc->asDecl()) {