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.
320 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
382 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1100 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1101 // FnScope->getScopeNode() and DI->second should represent the same function,
1109 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode());
1186 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); local
1187 DISubprogram SP = cast<MDSubprogram>(FnScope->getScopeNode());
1230 TheCU.constructSubprogramScopeDIE(FnScope);
1233 SkelCU->constructSubprogramScopeDIE(FnScope);

Completed in 116 milliseconds