clang  5.0.0
Public Member Functions | List of all members
clang::RecursiveCloneTypeIIConstraint Class Reference

Searches all children of the given clones for type II clones (i.e. More...

#include "clang/Analysis/CloneDetection.h"

Public Member Functions

void constrain (std::vector< CloneDetector::CloneGroup > &Sequences)
 

Detailed Description

Searches all children of the given clones for type II clones (i.e.

they are identical in every aspect beside the used variable names).

Definition at line 447 of file CloneDetection.h.

Member Function Documentation

void RecursiveCloneTypeIIConstraint::constrain ( std::vector< CloneDetector::CloneGroup > &  Sequences)

Definition at line 321 of file CloneDetection.cpp.

References areSequencesClones(), Current, and clang::Result.


The documentation for this class was generated from the following files: