Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp367 QualType CallbackType = Callback->getType().getNonReferenceType(); in create_call_once() local
/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp185 typedef Callback CallbackType; typedef
H A DIOHandlerCursesGUI.cpp3826 typedef std::function<void(const std::string &)> CallbackType; typedef in curses::CommonCompletionSearcherDelegate