HomeSort by relevance Sort by last modified time
    Searched refs:AnyParent (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 20 AnyParent = parent;
  /external/clang/include/clang/Sema/
Scope.h 99 Scope *AnyParent;
174 const Scope *getParent() const { return AnyParent; }
175 Scope *getParent() { return AnyParent; }

Completed in 514 milliseconds