Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFeatureModule.cpp25 bool FeatureModuleSet::addImpl(void *Key, std::unique_ptr<FeatureModule> M, in addImpl() function in clang::clangd::FeatureModuleSet
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h988 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) { addImpl() function
997 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) { addImpl() function
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4727 APFloat::opStatus DoubleAPFloat::addImpl(const APFloat &a, const APFloat &aa, addImpl() function in llvm::detail::DoubleAPFloat