Searched defs:FnScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h35 /// FnScope - This indicates that the scope corresponds to a function, which
37 FnScope = 0x01, enumerator in enum:clang::Scope::ScopeFlags
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/
H A DDwarfDebug.cpp1109 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1110 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1451 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1452 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1481 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope);

Completed in 261 milliseconds