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

  /external/clang/lib/Sema/
SemaLookup.cpp 66 const DeclContext *getCommonAncestor() const {
77 return L.getCommonAncestor() < R.getCommonAncestor();
81 return E.getCommonAncestor() < DC;
85 return DC < E.getCommonAncestor();
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 2019 milliseconds