Searched refs:CallbackType (Results 1 – 6 of 6) sorted by relevance
185 typedef Callback CallbackType; typedef204 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()751 CallbackType create_callback, in ObjectContainerInstance()908 CallbackType create_callback) in RegisterTypeBuilderInstance()947 CallbackType create_callback, in ScriptInterpreterInstance()[all …]
3826 typedef std::function<void(const std::string &)> CallbackType; typedef in curses::CommonCompletionSearcherDelegate3829 CallbackType callback) in CommonCompletionSearcherDelegate()3858 CallbackType m_callback;
190 template <typename CallbackType>191 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
117 template <typename CallbackType>119 CallbackType RecordCheckOrWidenableCond) { in parseCondition()
367 QualType CallbackType = Callback->getType().getNonReferenceType(); in create_call_once() local370 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()
276 template <typename CallbackType>278 CallbackType Callback) { in ForEachMatchingDC()