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

  /external/clang/lib/Format/
FormatToken.h 46 TT_ObjCSelectorName,
TokenAnnotator.cpp 321 Tok->Previous->Type = TT_ObjCSelectorName;
866 else if (Current->Type == TT_ObjCSelectorName) {
    [all...]
Format.cpp 631 } else if (Current.Type == TT_ObjCSelectorName) {
735 if (Current.Type == TT_ObjCSelectorName &&
    [all...]

Completed in 560 milliseconds