Lines Matching defs:Result
301 /// \brief Tracks the number of code-completion result objects that are
663 CXCodeCompleteResults *result;
675 CCAI->result = 0;
811 CCAI->result = Results;
832 return CCAI.result;
948 StringRef Result;
952 AppendToString(Result, C->Text, Buffer);
955 return Result;
975 int result = XText.compare_lower(YText);
976 if (result < 0)
978 if (result > 0)
981 result = XText.compare(YText);
982 return result < 0;