Searched refs:IsSourceFile (Results 1 – 9 of 9) sorted by relevance
19 def IsSourceFile(name): function55 if list(filter(IsSourceFile, files)):
32 bool IsSourceFile(llvm::StringRef file_path) const override;
19 bool ObjCPlusPlusLanguage::IsSourceFile(llvm::StringRef file_path) const { in LLDB_PLUGIN_DEFINE()
95 bool IsSourceFile(llvm::StringRef file_path) const override;
1146 bool CPlusPlusLanguage::IsSourceFile(llvm::StringRef file_path) const { in IsSourceFile() function in CPlusPlusLanguage
124 bool IsSourceFile(llvm::StringRef file_path) const override;
1116 bool ObjCLanguage::IsSourceFile(llvm::StringRef file_path) const { in IsSourceFile() function in ObjCLanguage
166 virtual bool IsSourceFile(llvm::StringRef file_path) const = 0;
81 if (language->IsSourceFile(file_path)) { in FindPlugin()