Searched defs:has_extension (Results 1 – 3 of 3) sorted by relevance
218 static inline int has_extension(const char *filename, const char *ext) in has_extension() function
315 bool has_extension() { return extension() != NULL; } in has_extension() function
572 bool has_extension(const Twine &path) { in has_extension() function