Lines Matching defs:Result

203   std::string Result = Str;  in Stringify()  local
342 std::string Result; in getSpelling() local
417 bool Lexer::getRawToken(SourceLocation Loc, Token &Result, in getRawToken()
1429 Token &Result) { in tryConsumeIdentifierUCN()
1453 ConversionResult Result = in tryConsumeIdentifierUTF8Char() local
1471 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier()
1559 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1621 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
1712 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1770 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
1850 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
1887 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
1955 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2014 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2150 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2252 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2420 void Lexer::ReadToEndOfLine(SmallVectorImpl<char> *Result) { in ReadToEndOfLine()
2474 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2692 Token *Result) { in tryReadUCN()
2803 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace()
2818 bool Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
2857 void Lexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()
2864 bool Lexer::Lex(Token &Result) { in Lex()
2899 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal()