Searched defs:getScope (Results 1 – 5 of 5) sorted by relevance
23 MDNode *DebugLoc::getScope() const { return DILocation(Loc).getScope(); } in getScope() function in DebugLoc
69 MDNode *getScope(const LLVMContext &) const { return getScope(); } in getScope() function
703 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); } in getScope() function890 DIScope getScope() const { in getScope() function
206 Scope *getScope() const { return S; } in getScope() function
376 LocationContextManager::getScope(AnalysisDeclContext *ctx, in getScope() function in LocationContextManager