Searched refs:name_is_fully_qualified (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleList.h | 362 bool name_is_fully_qualified, size_t max_matches,
|
/external/llvm-project/lldb/source/Core/ |
D | ModuleList.cpp | 532 bool name_is_fully_qualified, size_t max_matches, in FindTypes() argument 541 search_first->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes() 555 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches, in FindTypes()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 1647 bool name_is_fully_qualified = false; in LookupTypeInModule() local 1651 module->FindTypes(name, name_is_fully_qualified, max_num_matches, in LookupTypeInModule() 1693 bool name_is_fully_qualified = false; in LookupTypeHere() local 1697 module.FindTypes(name, name_is_fully_qualified, max_num_matches, in LookupTypeHere()
|