Searched refs:ClangFunction (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DASTStructExtractor.h16 #include "lldb/Expression/ClangFunction.h"
24 /// This pass integrates with ClangFunction, which calls functions with custom
26 /// for the target's architecture, ClangFunction writes a simple wrapper
52 /// about the argument struct. ClangFunction friends ASTStructExtractor
57 ClangFunction &function);
150 ClangFunction &m_function; ///< The function to populate with information about the argument structure.
H A DClangFunction.h1 //===-- ClangFunction.h -----------------------------------------*- C++ -*-===//
34 /// @class ClangFunction ClangFunction.h "lldb/Expression/ClangFunction.h"
37 /// A given ClangFunction object can handle a single function signature.
48 /// The simplest use of the ClangFunction is to construct it with a
66 class ClangFunction : public ClangExpression class in namespace:lldb_private
88 ClangFunction (ExecutionContextScope &exe_scope,
114 ClangFunction (ExecutionContextScope &exe_scope,
123 ~ClangFunction();
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangFunction.cpp1 //===-- ClangFunction.cpp ---------------------------------------*- C++ -*-===//
27 #include "lldb/Expression/ClangFunction.h"
49 // ClangFunction constructor
51 ClangFunction::ClangFunction function in class:ClangFunction
69 // Can't make a ClangFunction without a process.
73 ClangFunction::ClangFunction function in class:ClangFunction
91 // Can't make a ClangFunction without a process.
101 ClangFunction
[all...]
H A DASTStructExtractor.cpp31 ClangFunction &function) :
/freebsd-10.1-release/lib/clang/liblldbExpression/
H A DMakefile15 ClangFunction.cpp \
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h60 class ClangFunction;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1421 friend class ClangFunction; // For WaitForStateChangeEventsPrivate

Completed in 292 milliseconds