Home
last modified time | relevance | path

Searched refs:IsC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h111 bool IsC() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp560 bool SourceLanguage::IsC() const { return name == llvm::dwarf::DW_LNAME_C; } in IsC() function in SourceLanguage