| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 146 UIntTy getRawEncoding() const { return ID; } 166 return (void*)(uintptr_t)getRawEncoding(); 187 return LHS.getRawEncoding() == RHS.getRawEncoding(); 197 return LHS.getRawEncoding() < RHS.getRawEncoding(); 200 return LHS.getRawEncoding() > RHS.getRawEncoding(); 203 return LHS.getRawEncoding() <= RHS.getRawEncoding(); 206 return LHS.getRawEncoding() >= RHS.getRawEncoding(); 451 return LHS.getRawEncoding() == RHS.getRawEncoding() &&
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Token.h | 133 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() 145 UintData = L.getRawEncoding(); in setAnnotationEndLoc() 175 Loc = SourceLocation().getRawEncoding(); in startToken()
|
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | SourceLocationEncodingTest.cpp | 30 SourceLocationEncoding::decode(ActualEncoded).getRawEncoding(); in roundTrip() 52 DecodedEncoded.push_back(Loc.getRawEncoding());
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 131 return encodeRaw(Loc.getRawEncoding()); in encode() 154 return Seq ? Seq->encode(Loc) : encodeRaw(Loc.getRawEncoding()); in encode()
|
| H A D | ASTBitCodes.h | 188 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()), in PPEntityOffset() 208 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()) { in PPSkippedRange() 257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation()
|
| H A D | ASTWriter.h | 350 : Kind(Kind), Loc(Loc.getRawEncoding()) {} in DeclUpdate()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | Lex.cpp | 37 CT.getLocation().getRawEncoding() - Start.getRawEncoding(); in lex()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXSourceLocation.h | 35 Loc.getRawEncoding() }; in translateSourceLocation()
|
| H A D | CXIndexDataConsumer.cpp | 1110 idxLoc.int_data = Loc.getRawEncoding(); in getIndexLoc()
|
| H A D | CIndex.cpp | 164 {&SM, &LangOpts}, R.getBegin().getRawEncoding(), EndLoc.getRawEncoding()}; in translateSourceRange() 7133 CXTok.int_data[1] = Tok.getLocation().getRawEncoding(); in getTokens() 7796 getTok(tokI).int_data[3] = loc.getRawEncoding(); in setFunctionMacroTokenLoc()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 694 CXXOperatorName.BeginOpNameLoc = Range.getBegin().getRawEncoding(); in setCXXOperatorNameRange() 695 CXXOperatorName.EndOpNameLoc = Range.getEnd().getRawEncoding(); in setCXXOperatorNameRange() 699 CXXLiteralOperatorName.OpNameLoc = Loc.getRawEncoding(); in setCXXLiteralOperatorNameLoc()
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 326 Source.substr(Tok.getLocation().getRawEncoding(), Tok.getLength()); in findTestSelectionRanges() 346 unsigned Offset = Tok.getEndLoc().getRawEncoding(); in findTestSelectionRanges()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 644 unsigned start_pos = start_loc.getRawEncoding(); in GetTextForRange() 645 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Selection.cpp | 522 return Loc.getRawEncoding() - SelFileBounds.getBegin().getRawEncoding(); in offsetInSelFile()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 492 SourceLocation::UIntTy Raw = Loc.getRawEncoding(); in SaveSourceLocation()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2237 CGF.Int64Ty, Str->getBeginLoc().getRawEncoding()))); in getAsmSrcLocInfo() 2252 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo() 2296 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst()
|
| H A D | CGCall.cpp | 5402 llvm::ConstantInt::get(Int32Ty, Loc.getRawEncoding()); in EmitCall()
|
| H A D | CGOpenMPRuntime.cpp | 5748 << D->getCanonicalDecl()->getBeginLoc().getRawEncoding(); in generateUniqueName() 12230 NormalAndEHCleanup, FiniRTLFn, CVD->getLocation().getRawEncoding(), in getAddressOfLocalVariable()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 642 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() 723 return PreambleBounds(End.getRawEncoding() - FileLoc.getRawEncoding(), in ComputePreamble()
|
| H A D | ModuleMap.cpp | 1543 Tok.Location = LToken.getLocation().getRawEncoding(); in consumeToken()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3355 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() 3398 getRawEncoding()); in ReadASTBlock() 3522 ReadSourceLocation(F, Record, Idx).getRawEncoding()); in ReadASTBlock() 3541 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() 3699 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock() 3709 DelayedDeleteExprs.push_back(ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 5228 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); in AddAlignPackInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 511 static uint32_t getRawEncoding(const AlignPackInfo &Info) { in getRawEncoding() function
|