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

  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
22 // We only want to see warnings reported from arcmt::checkForManualIssues.
ARCMT.cpp 230 // checkForManualIssues.
233 bool arcmt::checkForManualIssues(CompilerInvocation &origCI,
346 if (arcmt::checkForManualIssues(CInvokForCheck, Input, DiagClient,
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 40 bool checkForManualIssues(CompilerInvocation &CI,
46 /// \brief Works similar to checkForManualIssues but instead of checking, it
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 133 arcmt::checkForManualIssues(CI, CI.getFrontendOpts().Inputs[0],

Completed in 155 milliseconds