Searched defs:GetNames (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Common/ | ||
H A D | Fortran-features.cpp | 15 std::vector<const char *> LanguageFeatureControl::GetNames( GetNames() function in Fortran::common::LanguageFeatureControl |
/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | Breakpoint.h | 539 void GetNames(std::vector<std::string> &names) { in GetNames() function |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.h | 366 llvm::ArrayRef<const char *> GetNames() const { return names; } in GetNames() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBBreakpoint.cpp | 707 void SBBreakpoint::GetNames(SBStringList &names) { GetNames() function in SBBreakpoint |
/llvm-project/llvm/unittests/IR/ | ||
H A D | IRBuilderTest.cpp | 1074 auto GetNames = [](DICompileUnit *CU) { TEST_F() local |