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

References

tools/clang/lib/Analysis/CloneDetection.cpp
  163         SM.getFilename(S.getContainingDecl()->getLocation()));
  327       CollectStmtSequenceData(StmtSequence(Child, Sequence.getContainingDecl()),
  365       saveHash(S.front(), S.getContainingDecl(), StmtsByHash);
  449           StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack);
  456           StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack);
tools/clang/unittests/Analysis/CloneDetectionTest.cpp
   44                     dyn_cast<const FunctionDecl>(Arg.getContainingDecl())) {
   80     const auto ND = dyn_cast<const FunctionDecl>(Clone.getContainingDecl());
   99     const auto ND = dyn_cast<const FunctionDecl>(Clone.getContainingDecl());