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

Declarations

tools/clang/include/clang/Sema/ScopeInfo.h
  261     static BaseInfoTy getBaseInfo(const Expr *BaseE);

References

tools/clang/lib/Sema/ScopeInfo.cpp
  122     Base = getBaseInfo(E);
  134     Base = getBaseInfo(BaseE);
  146   : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) {