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

  /external/clang/lib/Sema/
SemaDeclCXX.cpp 451 DeclContext *ScopeDC = New->getLexicalDeclContext();
452 if (!ScopeDC->isFunctionOrMethod())
453 ScopeDC = New->getDeclContext();
454 if (S && !isDeclInScope(ND, ScopeDC, S) &&
    [all...]
SemaDecl.cpp     [all...]

Completed in 73 milliseconds