reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/STLExtras.h
  129   Ret operator()(Params ...params) const {
include/llvm/Support/TaskQueue.h
   56     void operator()() noexcept {
lib/Demangle/ItaniumDemangle.cpp
  224   template<typename NodeT> void operator()(const NodeT *Node) {
  232   void operator()(const ForwardTemplateReference *Node) {
lib/ExecutionEngine/Orc/CompileUtils.cpp
   28 SimpleCompiler::CompileResult SimpleCompiler::operator()(Module &M) {
   79 std::unique_ptr<MemoryBuffer> ConcurrentIRCompiler::operator()(Module &M) {
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  428     void operator()(VModuleKey K, const object::ObjectFile &Obj,
  442     void operator()(VModuleKey K, const object::ObjectFile &Obj,
lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
   88 BlockFreqQuery::ResultTy BlockFreqQuery::operator()(Function &F) {
lib/Transforms/IPO/Internalize.cpp
   65   bool operator()(const GlobalValue &GV) {
tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  278           [](const LocationContext *) {}) const;
  284           [](const LocationContext *) {}) const;
tools/clang/include/clang/Tooling/Transformer/Stencil.h
  113   operator()(const ast_matchers::MatchFinder::MatchResult &Result) const {
tools/clang/lib/Tooling/Transformer/RangeSelector.cpp
  237   Expected<CharSourceRange> operator()(const MatchResult &Result) {
tools/clang/tools/extra/clangd/ClangdServer.h
  136     std::function<bool(const Tweak &)> TweakFilter = [](const Tweak &T) {
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp
  115   BackgroundIndexStorage *operator()(PathRef File) {
tools/lldb/source/Symbol/Type.cpp
  114   bool operator()(const lldb::TypeSP &type) {
tools/llvm-xray/xray-account.cpp
  410 static CommandRegistration Unused(&Account, []() -> Error {
tools/llvm-xray/xray-converter.cpp
  368 static CommandRegistration Unused(&Convert, []() -> Error {
tools/llvm-xray/xray-extract.cpp
   73 static CommandRegistration Unused(&Extract, []() -> Error {
tools/llvm-xray/xray-fdr-dump.cpp
   36 static CommandRegistration Unused(&Dump, []() -> Error {
tools/llvm-xray/xray-graph-diff.cpp
  427 static CommandRegistration Unused(&GraphDiff, []() -> Error {
tools/llvm-xray/xray-graph.cpp
  488 static CommandRegistration Unused(&GraphC, []() -> Error {
tools/llvm-xray/xray-stacks.cpp
  688 static CommandRegistration Unused(&Stack, []() -> Error {
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
  117     CompileResult operator()(Module &M) {
  185     CompileResult operator()(Module &M) {
usr/include/c++/7.4.0/bits/regex_compiler.h
  367       operator()(_CharT __ch) const
  388       operator()(_CharT __ch) const
  425       operator()(_CharT __ch) const
  451       operator()(_CharT __ch) const
usr/include/c++/7.4.0/bits/std_function.h
  702     operator()(_ArgTypes... __args) const
usr/include/c++/7.4.0/functional
  547 	operator()(_Args&&... __args)
usr/include/c++/7.4.0/future
  486           typename promise<_Res>::_Ptr_type operator()() const
  501 	  typename promise<_Res>::_Ptr_type operator()() const
  514           typename promise<_Res>::_Ptr_type operator()() const
 1335       _Ptr_type operator()() const
 1358       _Ptr_type operator()() const
 1553       operator()(_ArgTypes... __args)