HomeSort by relevance Sort by last modified time
    Searched defs:FrontendTimer (Results 1 - 9 of 9) 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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 119 std::unique_ptr<llvm::Timer> FrontendTimer;
570 bool hasFrontendTimer() const { return (bool)FrontendTimer; }
573 assert(FrontendTimer && "Compiler instance has no frontend timer!");
574 return *FrontendTimer;

Completed in 1992 milliseconds