Searched refs:TT_PointerOrReference (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Format/
H A DTokenAnnotator.cpp233 if (Parent != NULL && Parent->Type == TT_PointerOrReference)
396 CurrentToken->Type = TT_PointerOrReference;
581 Previous->Type = TT_PointerOrReference;
592 Previous->Type = TT_PointerOrReference;
605 Current.Parent->Type == TT_PointerOrReference ||
628 Current.Parent->Type == TT_PointerOrReference ||
670 return TT_PointerOrReference;
680 return TT_PointerOrReference;
693 return TT_PointerOrReference;
986 if (Right.Type == TT_PointerOrReference)
[all...]
H A DTokenAnnotator.h49 TT_PointerOrReference, enumerator in enum:clang::format::TokenType
H A DFormat.cpp1262 if (Tok->Type == TT_PointerOrReference) {

Completed in 23 milliseconds