Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/support/
H A DContext.h119 Context derive(const Key<Type> &Key, std::decay_t<Type> Value) const & { in derive() function
127 Context derive(const Key<Type> &Key, in derive() function
137 template <class Type> Context derive(Type &&Value) const & { in derive() function
142 template <class Type> Context derive(Type &&Value) && { in derive() function
/llvm-project/clang-tools-extra/clangd/
H A DASTSignals.cpp18 ASTSignals ASTSignals::derive(const ParsedAST &AST) { in derive() function in clang::clangd::ASTSignals