Searched refs:hasFile (Results 1 – 3 of 3) sorted by relevance
35 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function37 assert(hasFile()); in file()
40 assert (m_Spec.hasFile()); in dump()
312 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()