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

  /external/clang/include/clang/Sema/
Scope.h 35 /// FnScope - This indicates that the scope corresponds to a function, which
37 FnScope = 0x01,
60 /// the FnScope and DeclScope flags set as well.
78 /// It always has FnScope and DeclScope set as well.
283 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 323 milliseconds