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, BreakScope, ContinueScope, and DeclScope flags set as well.
78 /// It always has FnScope and DeclScope set as well.
301 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp970 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
971 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1301 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1302 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1325 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope);

Completed in 82 milliseconds