Home
last modified time | relevance | path

Searched defs:IDType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h221 enum IDType { eBreakpointArgs = 0, eWatchpointArgs = 1 }; global() enum
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h195 typedef void* IDType; typedef