Searched refs:in_pp_directive (Results 1 – 1 of 1) sorted by relevance
52 const HighlightStyle &options, bool &in_pp_directive) { in determineClangStyle() argument57 in_pp_directive = false; in determineClangStyle()59 } else if (in_pp_directive || token.getKind() == tok::hash) { in determineClangStyle()61 in_pp_directive = true; in determineClangStyle()187 bool in_pp_directive = false; in Highlight() local243 determineClangStyle(*this, token, tok_str, options, in_pp_directive); in Highlight()