Home
last modified time | relevance | path

Searched refs:isApplicable (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h116 bool isApplicable() const;
/src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp64 bool Replacement::isApplicable() const { in isApplicable() function in Replacement
571 if (I->isApplicable()) { in applyAllReplacements()