Home
last modified time | relevance | path

Searched refs:name_is_fully_qualified (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h362 bool name_is_fully_qualified, size_t max_matches,
/external/llvm-project/lldb/source/Core/
DModuleList.cpp532 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/
DCommandObjectTarget.cpp1647 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()