Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp184 typedef Callback CallbackType; typedef
532 CallbackType create_callback, in LanguageRuntimeInstance()
620 CallbackType create_callback, in ObjectFileInstance()
725 CallbackType create_callback, in ObjectContainerInstance()
882 CallbackType create_callback) in RegisterTypeBuilderInstance()
921 CallbackType create_callback, in ScriptInterpreterInstance()
979 CallbackType create_callback, in StructuredDataPluginInstance()
1090 CallbackType create_callback, in SymbolLocatorInstance()
1203 CallbackType create_callback_from_bundle, in TraceInstance()
1380 CallbackType create_callback, in InstrumentationRuntimeInstance()
[all …]
H A DIOHandlerCursesGUI.cpp3826 typedef std::function<void(const std::string &)> CallbackType; typedef in curses::CommonCompletionSearcherDelegate
3829 CallbackType callback) in CommonCompletionSearcherDelegate()
3858 CallbackType m_callback;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h190 template <typename CallbackType>
191 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp117 template <typename CallbackType>
119 CallbackType RecordCheckOrWidenableCond) { in parseCondition()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp276 template <typename CallbackType>
278 CallbackType Callback) { in ForEachMatchingDC()