HomeSort by relevance Sort by last modified time
    Searched refs:FnScope (Results 1 - 24 of 24) 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)) {
147 if (Flags & FnScope) {
148 OS << "FnScope";
149 Flags &= ~FnScope;
SemaStmtAttr.cpp 40 auto *FnScope = S.getCurFunction();
41 if (FnScope->SwitchStack.empty()) {
52 FnScope->setHasFallthroughStmt();
SemaExprCXX.cpp 667 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 46 FnScope = 0x01,
69 /// the FnScope and DeclScope flags set as well.
93 /// It always has FnScope and DeclScope set as well.
323 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
385 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 523 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
527 ParseFunctionTryBlock(LM.D, FnScope);
541 FnScope.Exit();
561 ParseFunctionStatementBody(LM.D, FnScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseOpenMP.cpp 290 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
325 ParseScope OMPDRScope(this, Scope::FnScope | Scope::DeclScope |
367 Parser::ParseScope *FnScope;
394 FnScope = new Parser::ParseScope(&P, Scope::FnScope | Scope::DeclScope,
402 FnScope->Exit(); // Pop scope, and remove Decls from IdResolver
406 delete FnScope;
788 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
ParseExpr.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParsePragma.cpp 442 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope);
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 848 milliseconds