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

  /external/clang/lib/Parse/
Parser.cpp 68 CommentSemaHandler.reset(new ActionCommentHandler(actions));
69 PP.addCommentHandler(CommentSemaHandler.get());
413 PP.removeCommentHandler(CommentSemaHandler.get());
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 167 std::unique_ptr<CommentHandler> CommentSemaHandler;
    [all...]

Completed in 76 milliseconds