Home
last modified time | relevance | path

Searched refs:ScopeContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h338 class ScopeContext : public LocationContext {
343 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function
348 ~ScopeContext() override = default;
411 const ScopeContext *getScope(AnalysisDeclContext *ctx,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp364 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
411 const ScopeContext *
415 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s); in getScope()