Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h163 template <typename CallbackType>
164 void ForEachMatchingDC(const DeclContext *DC, CallbackType Callback);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp339 QualType CallbackType = Callback->getType().getNonReferenceType(); in create_call_once() local
342 CXXRecordDecl *CallbackRecordDecl = CallbackType->getAsCXXRecordDecl(); in create_call_once()
389 } else if (!CallbackType->getPointeeType().isNull()) { in create_call_once()
391 CallbackType->getPointeeType()->getAs<FunctionProtoType>(); in create_call_once()
393 CallbackFunctionType = CallbackType->getAs<FunctionProtoType>(); in create_call_once()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp194 template <typename CallbackType>
196 CallbackType Callback) { in ForEachMatchingDC()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h919 template <typename CallbackType>
923 explicit InvokeCallbackWithoutArgsAction(CallbackType* callback)
935 const internal::linked_ptr<CallbackType> callback_;
H A Dgmock-generated-actions.h71 template <typename CallbackType>
72 static R InvokeCallback(CallbackType* callback, in InvokeCallback()
93 template <typename CallbackType>
94 static R InvokeCallback(CallbackType* callback, in InvokeCallback()
115 template <typename CallbackType>
116 static R InvokeCallback(CallbackType* callback, in InvokeCallback()
138 template <typename CallbackType>
163 template <typename CallbackType>
190 template <typename CallbackType>
322 template <typename CallbackType>
[all …]
H A Dgmock-generated-actions.h.pump84 template <typename CallbackType>
85 static R InvokeCallback(CallbackType* callback,
98 template <typename CallbackType>
102 explicit InvokeCallbackAction(CallbackType* callback)
119 const linked_ptr<CallbackType> callback_;
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c169 callback_input->CallbackType == ModuleCallback) in write_module_info_callback()