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

  /external/clang/lib/Format/
TokenAnnotator.cpp 155 if (CurrentToken->Previous->Type == TT_PointerOrReference &&
212 if (Parent != NULL && Parent->Type == TT_PointerOrReference)
388 CurrentToken->Type = TT_PointerOrReference;
589 Previous->Type = TT_PointerOrReference;
601 Previous->Type = TT_PointerOrReference;
647 Current.Previous->Type == TT_PointerOrReference ||
718 PreviousNotConst->Type == TT_PointerOrReference ||
735 return TT_PointerOrReference;
745 return TT_PointerOrReference;
757 return TT_PointerOrReference;
    [all...]
FormatToken.h 49 TT_PointerOrReference,
Format.cpp     [all...]

Completed in 25 milliseconds