HomeSort by: relevance | last modified time | path
    Searched defs:CommonAncestor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 58 const DeclContext *CommonAncestor;
62 const DeclContext *CommonAncestor)
63 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
67 return CommonAncestor;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2894 DeclContext *CommonAncestor;
2901 DeclContext *CommonAncestor)
2904 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) {}
2946 DeclContext *getCommonAncestor() { return CommonAncestor; }
2947 const DeclContext *getCommonAncestor() const { return CommonAncestor; }
2965 DeclContext *CommonAncestor);

Completed in 39 milliseconds