Searched refs:ExprSequence (Results 1 – 6 of 6) sorted by relevance
66 ExprSequence::ExprSequence(const CFG *TheCFG, const Stmt *Root, in ExprSequence() function in clang::tidy::utils::ExprSequence74 bool ExprSequence::inSequence(const Stmt *Before, const Stmt *After) const { in inSequence()96 bool ExprSequence::potentiallyAfter(const Stmt *After, in potentiallyAfter()101 const Stmt *ExprSequence::getSequenceSuccessor(const Stmt *S) const { in getSequenceSuccessor()181 const Stmt *ExprSequence::resolveSyntheticStmt(const Stmt *S) const { in resolveSyntheticStmt()
68 class ExprSequence {72 ExprSequence(const CFG *TheCFG, const Stmt *Root, ASTContext *TheContext);
11 ExprSequence.cpp
18 "ExprSequence.cpp",
84 std::unique_ptr<ExprSequence> Sequence;128 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
1327 clang-tools-extra/clang-tidy/utils/ExprSequence.cpp1328 clang-tools-extra/clang-tidy/utils/ExprSequence.h