Searched refs:GetTranslationUnitDecl (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h182 GetTranslationUnitDecl (clang::ASTContext *ast);
185 GetTranslationUnitDecl () function in class:lldb_private::ClangASTContext
187 return GetTranslationUnitDecl (getASTContext());
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1041 ClangASTContext::GetTranslationUnitDecl (clang::ASTContext *ast) function in class:ClangASTContext
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6781 clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? GetClangASTContext().GetTranslationUnitDecl() : containing_decl_ctx,

Completed in 162 milliseconds