Lines Matching refs:getFromRawEncoding
1881 return SourceLocation::getFromRawEncoding((unsigned)(uintptr_t) data[1]); in getLoc()
3018 Pieces.push_back(SourceLocation::getFromRawEncoding( in buildPieces()
3020 Pieces.push_back(SourceLocation::getFromRawEncoding( in buildPieces()
5994 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]); in clang_getTokenSpelling()
6017 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenLocation()
6031 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenExtent()
6191 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()
6197 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()
6574 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()
6643 SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1])); in annotatePreprocessorTokens()
6694 SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]); in annotatePreprocessorTokens()