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

  /external/clang/lib/Sema/
Scope.cpp 25 if (parent && !(flags & FnScope)) {
42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
56 if (flags & FnScope) FnParent = this;
59 if (Flags & (ClassScope | FnScope)) {
140 if (Flags & FnScope) {
141 OS << "FnScope";
142 Flags &= ~FnScope;
SemaExprCXX.cpp 603 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 45 FnScope = 0x01,
68 /// the FnScope and DeclScope flags set as well.
92 /// It always has FnScope and DeclScope set as well.
363 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 418 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
422 ParseFunctionTryBlock(LM.D, FnScope);
437 FnScope.Exit();
453 ParseFunctionStatementBody(LM.D, FnScope);
    [all...]
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseOpenMP.cpp 119 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
ParseObjc.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExpr.cpp     [all...]
ParsePragma.cpp 400 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope);
    [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 253 milliseconds