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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 78 public static Node getCommonAncestor(@NonNull Node node1, @NonNull Node node2) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 65 const DeclContext *getCommonAncestor() const {
76 return L.getCommonAncestor() < R.getCommonAncestor();
80 return E.getCommonAncestor() < DC;
84 return DC < E.getCommonAncestor();
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 83 milliseconds