Searched refs:StmtSequence (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp23 StmtSequence::StmtSequence(const CompoundStmt *Stmt, const Decl *D, function in class:StmtSequence
31 StmtSequence::StmtSequence(const Stmt *Stmt, const Decl *D)
34 StmtSequence::StmtSequence()
37 bool StmtSequence::contains(const StmtSequence &Other) const {
59 StmtSequence::iterator StmtSequence
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h33 class StmtSequence { class in namespace:clang
42 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
49 /// Constructs a StmtSequence holding multiple statements.
51 /// The resulting StmtSequence identifies a continuous sequence of statements
61 StmtSequence(const CompoundStmt *Stmt, const Decl *D, unsigned StartIndex,
64 /// Constructs a StmtSequence holding a single statement.
68 StmtSequence(const Stmt *Stmt, const Decl *D);
70 /// Constructs an empty StmtSequence.
71 StmtSequence();
83 /// This method should only be called on a non-empty StmtSequence objec
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp99 static PathDiagnosticLocation makeLocation(const StmtSequence &S,

Completed in 119 milliseconds