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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 745 /// TheScope - This is the scope for the block itself, which contains
747 Scope *TheScope;
755 TheScope(BlockScope) {
776 Scope *TheScope;
792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 15411 CheckShadow(CurBlock->TheScope, AI);
15413 PushOnScopeChains(AI, CurBlock->TheScope);

Completed in 50 milliseconds