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

/external/clang/include/clang/Sema/
H A DScope.h37 FnScope = 0x01, enumerator in enum:clang::Scope::ScopeFlags
60 /// the FnScope and DeclScope flags set as well.
84 /// It always has FnScope and DeclScope set as well.
296 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1455 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1456 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1612 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1613 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1835 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1836 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1865 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope);

Completed in 520 milliseconds