HomeSort by relevance Sort by last modified time
    Searched defs:m_ast_context (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Expression/
ASTResultSynthesizer.h 175 clang::ASTContext *m_ast_context; ///< The AST context to use for identifiers and types. member in class:lldb_private::ASTResultSynthesizer
ASTStructExtractor.h 144 clang::ASTContext *m_ast_context; ///< The AST context to use for identifiers and types. member in class:lldb_private::ASTStructExtractor
ClangExpressionParser.h 144 std::unique_ptr<clang::ASTContext> m_ast_context; ///< The AST context used to hold types and names for the parser member in class:lldb_private::ClangExpressionParser
ClangASTSource.h 52 m_ast_context (NULL),
77 m_ast_context = ast_context;
416 clang::ASTContext *m_ast_context; ///< The AST context requests are coming in for. member in class:lldb_private::ClangASTSource

Completed in 509 milliseconds