Searched refs:ScopeContext (Results 1 – 2 of 2) sorted by relevance
318 class ScopeContext : public LocationContext {322 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function327 ~ScopeContext() override {} in ~ScopeContext()385 const ScopeContext *getScope(AnalysisDeclContext *ctx,
345 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()392 const ScopeContext *396 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s); in getScope()