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 455 for (const DeclContext *CommonAncestor = TargetContext;
456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
457 CommonAncestor = CommonAncestor->getLookupParent()) {
458 if (CommonAncestor->isTransparentContext() ||
459 CommonAncestor->isFunctionOrMethod())
462 TargetParents.push_back(CommonAncestor);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 49 milliseconds