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

  /external/clang/lib/AST/
DeclBase.cpp 873 bool DeclContext::Encloses(const DeclContext *DC) const {
875 return getPrimaryContext()->Encloses(DC);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprMember.cpp 220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
    [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp 181 while (!Common->Encloses(EffectiveDC))
850 Lexical->Encloses(Semantic))
    [all...]
SemaOpenMP.cpp 645 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
    [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 512 milliseconds