OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetScratchClangASTContext
(Results
1 - 15
of
15
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp
96
ClangASTContext *ast_context = target->
GetScratchClangASTContext
();
108
ClangASTContext *ast_context = target->
GetScratchClangASTContext
();
AppleObjCTrampolineHandler.cpp
[
all
...]
AppleObjCRuntimeV2.cpp
[
all
...]
/external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp
78
ClangASTContext *clang_ast_context = process->GetTarget().
GetScratchClangASTContext
();
224
ClangASTContext *clang_ast_context = process->GetTarget().
GetScratchClangASTContext
();
/external/lldb/source/Expression/
ClangExpressionDeclMap.cpp
105
if (!target->
GetScratchClangASTContext
())
198
ASTContext *context(target->
GetScratchClangASTContext
()->getASTContext());
238
ASTContext *context(target->
GetScratchClangASTContext
()->getASTContext());
[
all
...]
ASTResultSynthesizer.cpp
460
Decl *D_scratch = m_target.GetClangASTImporter()->DeportDecl(m_target.
GetScratchClangASTContext
()->getASTContext(),
ClangUserExpression.cpp
99
ClangASTContext *clang_ast_context = m_target->
GetScratchClangASTContext
();
[
all
...]
ClangASTSource.cpp
33
// by passing false to Target::
GetScratchClangASTContext
(create_on_demand).
34
ClangASTContext *scratch_clang_ast_context = m_target->
GetScratchClangASTContext
(false);
[
all
...]
/external/lldb/source/Breakpoint/
Watchpoint.cpp
56
ClangASTContext *ast_context = target.
GetScratchClangASTContext
();
/external/lldb/source/API/
SBTarget.cpp
[
all
...]
/external/lldb/include/lldb/Target/
Target.h
962
GetScratchClangASTContext
(bool create_on_demand=true);
[
all
...]
/external/lldb/source/DataFormatters/
NSDictionary.cpp
35
ClangASTContext *target_ast_context = target_sp->
GetScratchClangASTContext
();
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp
624
ClangASTContext *clang_ast_context = process->GetTarget().
GetScratchClangASTContext
();
[
all
...]
/external/lldb/source/Core/
DataExtractor.cpp
[
all
...]
/external/lldb/source/Target/
Target.cpp
[
all
...]
Completed in 1213 milliseconds