HomeSort by: relevance | last modified time | path
    Searched refs:getScopeForContext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1891 Scope *Sema::getScopeForContext(DeclContext *Ctx) {
SemaDeclCXX.cpp 13068 Scope *S = getScopeForContext(ClassDecl);
13349 Scope *S = getScopeForContext(ClassDecl);
13994 Scope *S = getScopeForContext(ClassDecl);
14331 Scope *S = getScopeForContext(ClassDecl);
14718 Scope *S = getScopeForContext(ClassDecl);
14852 Scope *S = getScopeForContext(ClassDecl);
SemaDeclAttr.cpp 1416 S.getScopeForContext(D->getDeclContext()->getParent()));
SemaExpr.cpp 5744 S.getScopeForContext(S.CurContext), nullptr, CCC,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1813 Scope *getScopeForContext(DeclContext *Ctx);

Completed in 94 milliseconds