Home
last modified time | relevance | path

Searched refs:CallbackType (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExternalASTMerger.h190 template <typename CallbackType>
191 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp185 typedef Callback CallbackType; typedef
204 typename Instance::CallbackType callback, in RegisterPlugin()
215 bool UnregisterPlugin(typename Instance::CallbackType callback) { in UnregisterPlugin()
229 typename Instance::CallbackType GetCallbackAtIndex(uint32_t idx) { in GetCallbackAtIndex()
247 typename Instance::CallbackType GetCallbackForName(llvm::StringRef name) { in GetCallbackForName()
533 CallbackType create_callback, in LanguageRuntimeInstance()
621 CallbackType create_callback, in ObjectFileInstance()
726 CallbackType create_callback, in ObjectContainerInstance()
883 CallbackType create_callback, in ScriptInterpreterInstance()
941 CallbackType create_callback, in StructuredDataPluginInstance()
[all …]
H A DIOHandlerCursesGUI.cpp3827 typedef std::function<void(const std::string &)> CallbackType; typedef in curses::CommonCompletionSearcherDelegate
3830 CallbackType callback) in CommonCompletionSearcherDelegate()
3859 CallbackType m_callback;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp367 QualType CallbackType = Callback->getType().getNonReferenceType(); in create_call_once() local
370 CXXRecordDecl *CallbackRecordDecl = CallbackType->getAsCXXRecordDecl(); in create_call_once()
417 } else if (!CallbackType->getPointeeType().isNull()) { in create_call_once()
419 CallbackType->getPointeeType()->getAs<FunctionProtoType>(); in create_call_once()
421 CallbackFunctionType = CallbackType->getAs<FunctionProtoType>(); in create_call_once()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp279 template <typename CallbackType>
281 CallbackType Callback) { in ForEachMatchingDC()