Searched defs:StatListener (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DCacheTokens.cpp531 /// StatListener - A simple "interpose" object used to monitor stat calls
533 /// as input to PTH generation. StatListener populates the PTHWriter's
536 class StatListener : public FileSystemStatCache { class in namespace:__anon17914
539 StatListener(PTHMap &pm) : PM(pm) {} function in class:__anon17914::StatListener
540 ~StatListener() {}
575 StatListener *StatCache = new StatListener(PW.getPM());

Completed in 275 milliseconds