Searched refs:CallbackType (Results 1 – 5 of 5) sorted by relevance
190 template <typename CallbackType>191 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
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()726 CallbackType create_callback, in ObjectContainerInstance()883 CallbackType create_callback, in ScriptInterpreterInstance()941 CallbackType create_callback, in StructuredDataPluginInstance()[all …]
3827 typedef std::function<void(const std::string &)> CallbackType; typedef in curses::CommonCompletionSearcherDelegate3830 CallbackType callback) in CommonCompletionSearcherDelegate()3859 CallbackType m_callback;
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()
279 template <typename CallbackType>281 CallbackType Callback) { in ForEachMatchingDC()