Searched refs:ScopeContext (Results 1 – 2 of 2) sorted by relevance
309 class ScopeContext : public LocationContext {313 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function318 ~ScopeContext() {} in ~ScopeContext()376 const ScopeContext *getScope(AnalysisDeclContext *ctx,
321 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()368 const ScopeContext *372 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s); in getScope()