Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp564 symfile->FindTypesByRegex(RegularExpression(".*"), 0, results); in TEST_F()
569 symfile->FindTypesByRegex(RegularExpression("**"), 0, results); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h150 void FindTypesByRegex(const lldb_private::RegularExpression &regex,
H A DSymbolFilePDB.cpp1469 void SymbolFilePDB::FindTypesByRegex( in FindTypesByRegex() function in SymbolFilePDB