Home
last modified time | relevance | path

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

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