Home
last modified time | relevance | path

Searched defs:applyTo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py380 def applyTo(self, config): member in ConfigAction
424 def applyTo(self, config): member in AddFeature
442 def applyTo(self, config): member in AddFlag
464 def applyTo(self, config): member in AddFlagIfSupported
486 def applyTo(self, config): member in AddCompileFlag
508 def applyTo(self, config): member in AddLinkFlag
530 def applyTo(self, config): member in PrependLinkFlag
553 def applyTo(self, config): member in AddOptionalWarningFlag
581 def applyTo(self, config): member in AddSubstitution
/llvm-project/mlir/lib/Analysis/Presburger/
H A DLinearTransform.cpp45 IntegerRelation LinearTransform::applyTo(const IntegerRelation &rel) const { in applyTo() function in LinearTransform
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp514 TextDocumentContentChangeEvent::applyTo(std::string &contents) const { in applyTo() function in TextDocumentContentChangeEvent
535 LogicalResult TextDocumentContentChangeEvent::applyTo( in applyTo() function in TextDocumentContentChangeEvent