Home
last modified time | relevance | path

Searched refs:RealizeType (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp623 ObjCLanguageRuntime::EncodingToType::RealizeType (const char* name, bool for_expression) in RealizeType() function in ObjCLanguageRuntime::EncodingToType
626 return RealizeType(*m_scratch_ast_ctx_ap, name, for_expression); in RealizeType()
631 ObjCLanguageRuntime::EncodingToType::RealizeType (ClangASTContext& ast_ctx, const char* name, bool … in RealizeType() function in ObjCLanguageRuntime::EncodingToType
636 return RealizeType(*clang_ast, name, for_expression); in RealizeType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h284 …virtual ClangASTType RealizeType (ClangASTContext& ast_ctx, const char* name, bool for_expression);
285 virtual ClangASTType RealizeType (const char* name, bool for_expression);
287 …virtual ClangASTType RealizeType (clang::ASTContext& ast_ctx, const char* name, bool for_expressio…