Home
last modified time | relevance | path

Searched defs:GetNames (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Common/
H A DFortran-features.cpp15 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames() function in Fortran::common::LanguageFeatureControl
46 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames() function in Fortran::common::LanguageFeatureControl
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h535 void GetNames(std::vector<std::string> &names) { in GetNames() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpoint.cpp709 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames() function in SBBreakpoint
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp902 auto GetNames = [](DICompileUnit *CU) { in TEST_F() local