Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndex_Internal.h24 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2) macro
30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2) macro