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

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 57 const DeclContext *CommonAncestor;
61 const DeclContext *CommonAncestor)
62 : Nominated(Nominated), CommonAncestor(CommonAncestor) {
66 return CommonAncestor;
    [all...]
SemaCodeComplete.cpp 449 for (DeclContext *CommonAncestor = TargetContext;
450 CommonAncestor && !CommonAncestor->Encloses(CurContext);
451 CommonAncestor = CommonAncestor->getLookupParent()) {
452 if (CommonAncestor->isTransparentContext() ||
453 CommonAncestor->isFunctionOrMethod())
456 TargetParents.push_back(CommonAncestor);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 333 milliseconds