HomeSort by relevance Sort by last modified time
    Searched refs:FrontendTimer (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 112 std::unique_ptr<llvm::Timer> FrontendTimer;
564 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
567 assert(FrontendTimer && "Compiler instance has no frontend timer!");
568 return *FrontendTimer;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 512 FrontendTimer.reset(
    [all...]

Completed in 2248 milliseconds