Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndex_Internal.h36 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
H A DCIndex.cpp4796 enum CXChildVisitResult (*invoke)(struct _CXChildVisitResult *, CXCursor, member
/openbsd-src/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h74 void (*invoke)(void *, ...); member
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1615 def invoke(self, obj, name, trace=False): member in Base
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3003 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { in emitARCOperationAfterCall() local
H A DCGCall.cpp4563 llvm::InvokeInst *invoke = in EmitNoreturnRuntimeCallOrInvoke() local
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.y14088 tree invoke = build_method_invocation (wfl_to_string, NULL_TREE); local
H A Dparse.c17653 tree invoke = build_method_invocation (wfl_to_string, NULL_TREE); local