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

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 135 llvm::Optional<Profiling> CheckProfiling;
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 301 if (Options.CheckProfiling) {
302 Options.CheckProfiling->Records = std::move(TimeByBucket);
307 const bool EnableCheckProfiling = Options.CheckProfiling.hasValue();
317 const bool EnableCheckProfiling = Options.CheckProfiling.hasValue();
522 const bool EnableCheckProfiling = Options.CheckProfiling.hasValue();
544 const bool EnableCheckProfiling = Options.CheckProfiling.hasValue();
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 42 milliseconds