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 163 if (CurrentToken->Previous->Type == TT_PointerOrReference &&
264 if (Parent && Parent->Type == TT_PointerOrReference)
468 CurrentToken->Type = TT_PointerOrReference;
704 Previous->Type = TT_PointerOrReference;
724 Previous->Type = TT_PointerOrReference;
835 PreviousNotConst->Type == TT_PointerOrReference ||
847 Tok.Previous->Type == TT_PointerOrReference ||
    [all...]
FormatToken.h 60 TT_PointerOrReference,
Format.cpp     [all...]

Completed in 50 milliseconds