Home
last modified time | relevance | path

Searched refs:ExprSequence (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp66 ExprSequence::ExprSequence(const CFG *TheCFG, const Stmt *Root, in ExprSequence() function in clang::tidy::utils::ExprSequence
74 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()
H A DExprSequence.h68 class ExprSequence {
72 ExprSequence(const CFG *TheCFG, const Stmt *Root, ASTContext *TheContext);
H A DCMakeLists.txt11 ExprSequence.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/
H A DBUILD.gn18 "ExprSequence.cpp",
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp84 std::unique_ptr<ExprSequence> Sequence;
128 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1327 clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
1328 clang-tools-extra/clang-tidy/utils/ExprSequence.h