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

  /external/clang/lib/Format/
FormatToken.h 285 const FormatToken *getNextNonComment() const {
Format.cpp 781 const FormatToken *Next = Previous.MatchingParen->getNextNonComment();
    [all...]
TokenAnnotator.cpp 729 const FormatToken *NextToken = Tok.getNextNonComment();
    [all...]

Completed in 240 milliseconds