reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/CloneDetection.h
  110   ASTContext &getASTContext() const;

References

tools/clang/lib/Analysis/CloneDetection.cpp
   42   const SourceManager &SM = getASTContext().getSourceManager();
  161     const SourceManager &SM = S.getASTContext().getSourceManager();
  321         S, Sequence.getASTContext(), OutputData);
  426   ASTContext &Context = Seq.getASTContext();