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 311 class ScopeContext : public LocationContext {
315 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent,
320 ~ScopeContext() {}
378 const ScopeContext *getScope(AnalysisDeclContext *ctx,
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 285 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) {
332 const ScopeContext *
336 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);

Completed in 143 milliseconds