HomeSort by relevance Sort by last modified time
    Searched refs:NameSearchContext (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 341 /// using a NameSearchContext to make Decls for them.
344 /// The NameSearchContext that can construct Decls for this name.
350 FindExternalVisibleDecls (NameSearchContext &context);
354 /// using a NameSearchContext to make Decls for them.
357 /// The NameSearchContext that can construct Decls for this name.
366 /// The name as a plain C string. The NameSearchContext contains
379 FindExternalVisibleDecls (NameSearchContext &context,
578 /// Use the NameSearchContext to generate a Decl for the given LLDB
582 /// The NameSearchContext to use when constructing the Decl.
591 AddOneVariable (NameSearchContext &context,
    [all...]
ClangASTSource.h 92 /// void FindExternalVisibleDecls (NameSearchContext &);
221 AddNamespace (NameSearchContext &context,
228 /// The NameSearchContext to use when filing results.
230 virtual void FindExternalVisibleDecls (NameSearchContext &context);
344 /// using a NameSearchContext to make Decls for them.
347 /// The NameSearchContext that can construct Decls for this name.
363 FindExternalVisibleDecls (NameSearchContext &context,
372 /// The NameSearchContext that can construct Decls for this name.
377 FindObjCMethodDecls (NameSearchContext &context);
383 /// The NameSearchContext that can construct Decls for this name
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 116 NameSearchContext method_search_context (*this, method_decls, clang_decl_name, decl_ctx);
161 NameSearchContext name_search_context(*this, name_decls, clang_decl_name, decl_ctx);
494 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context)
586 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context,
830 NameSearchContext &context,
910 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context)
    [all...]
ClangExpressionDeclMap.cpp 791 ClangExpressionDeclMap::FindExternalVisibleDecls (NameSearchContext &context)
868 ClangExpressionDeclMap::FindExternalVisibleDecls (NameSearchContext &context,
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 118 struct NameSearchContext;

Completed in 514 milliseconds