Home
last modified time | relevance | path

Searched defs:isMutated (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h86 bool isMutated(const Expr *Exp) { return findMutation(Exp) != nullptr; } isMutated() function
87 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } isMutated() function
132 bool isMutated(const ParmVarDecl *Parm) { isMutated() function
/llvm-project/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp53 bool isMutated(const SmallVectorImpl<BoundNodes> &Results, ASTUnit *AST) { isMutated() function
[all...]