Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Common/
H A DFortran-features.cpp15 std::vector<const char *> LanguageFeatureControl::GetNames( GetNames() function in Fortran::common::LanguageFeatureControl
46 std::vector<const char *> LanguageFeatureControl::GetNames( GetNames() function in Fortran::common::LanguageFeatureControl
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h539 void GetNames(std::vector<std::string> &names) { in GetNames() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h366 llvm::ArrayRef<const char *> GetNames() const { return names; } in GetNames() function
/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp707 void SBBreakpoint::GetNames(SBStringList &names) { GetNames() function in SBBreakpoint
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp1074 auto GetNames = [](DICompileUnit *CU) { TEST_F() local