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

  /external/clang/lib/Parse/
ParsePragma.cpp 211 MSDetectMismatchHandler.reset(new PragmaDetectMismatchHandler(Actions));
212 PP.AddPragmaHandler(MSDetectMismatchHandler.get());
279 PP.RemovePragmaHandler(MSDetectMismatchHandler.get());
280 MSDetectMismatchHandler.reset();
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 157 std::unique_ptr<PragmaHandler> MSDetectMismatchHandler;
    [all...]

Completed in 63 milliseconds