Searched defs:ClangASTContext (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h1 //===-- ClangASTContext.h ---------------------------------------*- C++ -*-===//
35 class ClangASTContext class in namespace:lldb_private
44 ClangASTContext (const char *triple = NULL);
46 ~ClangASTContext();
105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl);
175 return ClangASTContext::GetUnknownAnyType(getASTContext());
324 // Returns a mask containing bits from the ClangASTContext::eTypeXXX enumerations
361 return ClangASTContext::CreateFunctionType(getASTContext(),
412 // Classes that inherit from ClangASTContext can see and modify these
433 // For ClangASTContext onl
[all...]
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1 //===-- ClangASTContext.cpp -------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/ClangASTContext.h"
83 ClangASTContext::ConvertAccessTypeToAccessSpecifier (AccessType access)
268 ClangASTContext::ClangASTContext (const char *target_triple) : function in class:ClangASTContext
292 ClangASTContext::~ClangASTContext()
307 ClangASTContext::Clear()
322 ClangASTContext::GetTargetTriple ()
328 ClangASTContext
[all...]

Completed in 105 milliseconds