HomeSort by relevance Sort by last modified time
    Searched refs:ScopeContext (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/
AnalysisContext.h 314 class ScopeContext : public LocationContext {
318 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent,
323 ~ScopeContext() {}
381 const ScopeContext *getScope(AnalysisDeclContext *ctx,
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 311 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) {
358 const ScopeContext *
362 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);

Completed in 257 milliseconds