Home | History | Annotate | Download | only in Parse

Lines Matching refs:getSpelling

46           : getOpenMPDirectiveKind(P.getPreprocessor().getSpelling(Tok));
53 !P.getPreprocessor().getSpelling(Tok).compare("cancellation");
64 : getOpenMPDirectiveKind(P.getPreprocessor().getSpelling(Tok));
69 !P.getPreprocessor().getSpelling(Tok).compare("point")) ||
70 ((i == 1) && !P.getPreprocessor().getSpelling(Tok).compare("data"));
277 : getOpenMPClauseKind(PP.getSpelling(Tok));
627 Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok));
697 Kind, Tok.isAnnotation() ? "" : PP.getSpelling(Tok));
866 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : ""));
896 getOpenMPSimpleClauseType(Kind, PP.getSpelling(Tok)));
908 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : ""));
915 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : ""));
927 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : ""));
939 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : ""));