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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  273     const NamedDecl *getProperty() const { return Property; }
  291       return Base == Other.Base && Property == Other.Property;
  291       return Base == Other.Base && Property == Other.Property;
  312                                                            Val.Property));
tools/clang/lib/Sema/ScopeInfo.cpp
  141   assert(isa<VarDecl>(Property));