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

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 95 R->addVisitor(llvm::make_unique<FindLastStoreBRVisitor>(
MacOSKeychainAPIChecker.cpp 273 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
318 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V));
441 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(ArgSM));
553 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
TestAfterDivZeroChecker.cpp 179 R->addVisitor(llvm::make_unique<DivisionBRVisitor>(Val.getAsSymbol(),
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 220 BR.addVisitor(llvm::make_unique<ReturnVisitor>(CalleeContext,
568 BR.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>(
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 302 void addVisitor(std::unique_ptr<BugReporterVisitor> visitor);

Completed in 217 milliseconds