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

/external/clang/include/clang/Sema/
H A DScope.h45 FnScope = 0x01, enumerator in enum:clang::Scope::ScopeFlags
68 /// the FnScope and DeclScope flags set as well.
92 /// It always has FnScope and DeclScope set as well.
363 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1192 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1193 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1276 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1438 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1439 // FnScope->getScopeNode() and DI->second should represent the same function,
1447 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1566 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1567 DwarfCompileUnit &TheCU = *SPMap.lookup(FnScope->getScopeNode());
1586 DIE &CurFnDIE = constructSubprogramScopeDIE(TheCU, FnScope);

Completed in 521 milliseconds