Searched refs:ScopeContext (Results 1 – 2 of 2) sorted by relevance
322 class ScopeContext : public LocationContext {326 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function331 ~ScopeContext() override {} in ~ScopeContext()389 const ScopeContext *getScope(AnalysisDeclContext *ctx,
370 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()417 const ScopeContext *421 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s); in getScope()