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)) {
43 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
58 if (flags & FnScope) FnParent = this;
61 if (Flags & (ClassScope | FnScope)) {
143 if (Flags & FnScope) {
144 OS << "FnScope";
145 Flags &= ~FnScope;
SemaExprCXX.cpp 626 (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.
320 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
382 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 516 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
520 ParseFunctionTryBlock(LM.D, FnScope);
534 FnScope.Exit();
554 ParseFunctionStatementBody(LM.D, FnScope);
    [all...]
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseOpenMP.cpp 177 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
ParseExpr.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParsePragma.cpp 436 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope);
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 236 milliseconds