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

  /external/clang/lib/Sema/
Scope.cpp 23 if (parent && !(flags & FnScope)) {
48 if (flags & FnScope) FnParent = this;
SemaExprCXX.cpp 521 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 37 FnScope = 0x01,
60 /// the FnScope and DeclScope flags set as well.
84 /// It always has FnScope and DeclScope set as well.
292 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 416 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
420 ParseFunctionTryBlock(LM.D, FnScope);
435 FnScope.Exit();
444 ParseFunctionStatementBody(LM.D, FnScope);
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseObjc.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 252 milliseconds