Home | History | Annotate | Download | only in libclang

Lines Matching refs:Result

247 /// \brief Tracks the number of code-completion result objects that are 
526 CXCodeCompleteResults *result;
537 CCAI->result = 0;
666 CCAI->result = Results;
687 return CCAI.result;
769 llvm::StringRef Result;
773 AppendToString(Result, C->Text, Buffer);
776 return Result;
796 int result = XText.compare_lower(YText);
797 if (result < 0)
799 if (result > 0)
802 result = XText.compare(YText);
803 return result < 0;