| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXSourceLocation.h | 66 return SourceLocation::getFromRawEncoding(L.int_data); in translateSourceLocation() 70 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXSourceRange() 71 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXSourceRange()
|
| H A D | CXSourceLocation.cpp | 202 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isInSystemHeader() 213 SourceLocation::getFromRawEncoding(location.int_data); in clang_Location_isFromMainFile() 232 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getExpansionLocation() 274 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getPresumedLocation() 314 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getSpellingLocation() 351 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_getFileLocation()
|
| H A D | Indexing.cpp | 983 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getFileLocation() 993 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data); in clang_indexLoc_getCXSourceLocation()
|
| H A D | CIndex.cpp | 170 SourceLocation::getFromRawEncoding(R.begin_int_data), in translateCXRangeToCharRange() 171 SourceLocation::getFromRawEncoding(R.end_int_data)); in translateCXRangeToCharRange() 2076 return SourceLocation::getFromRawEncoding( in getLoc() 7054 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]); in clang_getTokenSpelling() 7078 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenLocation() 7093 SourceLocation::getFromRawEncoding(CXTok.int_data[1])); in clang_getTokenExtent() 7289 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc() 7295 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc() 7790 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc() 7857 SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1])); in annotatePreprocessorTokens() [all …]
|
| H A D | CXIndexDataConsumer.cpp | 1006 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()
|
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | SourceLocationEncodingTest.cpp | 26 SourceLocationEncoding::encode(SourceLocation::getFromRawEncoding(Loc)); in roundTrip() 42 SourceLocation::getFromRawEncoding(L), Seq));
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode() 159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
|
| H A D | ASTBitCodes.h | 192 return SourceLocation::getFromRawEncoding(Begin); in getBegin() 196 return SourceLocation::getFromRawEncoding(End); in getEnd() 212 return SourceLocation::getFromRawEncoding(Begin); in getBegin() 215 return SourceLocation::getFromRawEncoding(End); in getEnd() 260 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
|
| H A D | ASTWriter.h | 361 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
|
| H A D | ASTReader.h | 2157 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 152 static SourceLocation getFromRawEncoding(UIntTy Encoding) { 172 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding); 492 return clang::SourceLocation::getFromRawEncoding(~Zero); 497 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Token.h | 126 return SourceLocation::getFromRawEncoding(Loc); in getLocation() 141 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 713 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc() 718 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc() 733 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 566 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler() 600 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler() 825 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
|
| H A D | CGOpenMPRuntime.cpp | 12217 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 317 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3465 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock() 8338 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed() 8351 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions() 8434 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors() 8451 SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers() 8462 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables() 8475 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1422 return SourceLocation::getFromRawEncoding(Location); in getLocation()
|
| H A D | Lexer.cpp | 596 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 526 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function
|