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

/external/clang/lib/Frontend/
H A DCacheTokens.cpp508 /// StatListener - A simple "interpose" object used to monitor stat calls
510 /// as input to PTH generation. StatListener populates the PTHWriter's
513 class StatListener : public FileSystemStatCache { class in namespace:__anon3207
516 StatListener(PTHMap &pm) : PM(pm) {} function in class:__anon3207::StatListener
517 ~StatListener() {}
551 StatListener *StatCache = new StatListener(PW.getPM());

Completed in 168 milliseconds