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

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 40 auto *FnScope = S.getCurFunction();
41 if (FnScope->SwitchStack.empty()) {
52 FnScope->setHasFallthroughStmt();
  /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/
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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 229 milliseconds