Home
last modified time | relevance | path

Searched refs:getRawEncoding (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h148 UIntTy getRawEncoding() const { return ID; }
168 return (void*)(uintptr_t)getRawEncoding();
189 return LHS.getRawEncoding() == RHS.getRawEncoding();
199 return LHS.getRawEncoding() < RHS.getRawEncoding();
202 return LHS.getRawEncoding() > RHS.getRawEncoding();
205 return LHS.getRawEncoding() <= RHS.getRawEncoding();
208 return LHS.getRawEncoding() >= RHS.getRawEncoding();
458 return LHS.getRawEncoding() == RHS.getRawEncoding() &&
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h139 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation()
151 UintData = L.getRawEncoding(); in setAnnotationEndLoc()
181 Loc = SourceLocation().getRawEncoding(); in startToken()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h131 return encodeRaw(Loc.getRawEncoding()); in encode()
154 return Seq ? Seq->encode(Loc) : encodeRaw(Loc.getRawEncoding()); in encode()
H A DASTBitCodes.h188 : 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 DASTWriter.h362 : Kind(Kind), Loc(Loc.getRawEncoding()) {} in DeclUpdate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1001 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); in updateConsecutiveMacroArgTokens()
1039 Partition.back().getEndLoc().getRawEncoding() - in updateConsecutiveMacroArgTokens()
1040 Partition.front().getLocation().getRawEncoding(); in updateConsecutiveMacroArgTokens()
1057 T.getLocation().getRawEncoding() - BeginLoc.getRawEncoding(); in updateConsecutiveMacroArgTokens()
H A DLexer.cpp645 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble()
742 return PreambleBounds(End.getRawEncoding() - FileLoc.getRawEncoding(), in ComputePreamble()
H A DModuleMap.cpp1614 Tok.Location = LToken.getLocation().getRawEncoding(); in consumeToken()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp426 unsigned Off = EltRange.getBegin().getRawEncoding() - in writeCode()
427 Range.getBegin().getRawEncoding(); in writeCode()
428 unsigned Len = EltRange.getEnd().getRawEncoding() - in writeCode()
429 EltRange.getBegin().getRawEncoding(); in writeCode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h695 CXXOperatorName.BeginOpNameLoc = Range.getBegin().getRawEncoding(); in setCXXOperatorNameRange()
696 CXXOperatorName.EndOpNameLoc = Range.getEnd().getRawEncoding(); in setCXXOperatorNameRange()
700 CXXLiteralOperatorName.OpNameLoc = Loc.getRawEncoding(); in setCXXLiteralOperatorNameLoc()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp737 unsigned start_pos = start_loc.getRawEncoding(); in GetTextForRange()
738 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp492 SourceLocation::UIntTy Raw = Loc.getRawEncoding(); in SaveSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1078 C.OriginalWhitespaceRange.getEnd().getRawEncoding() - in alignTrailingComments()
1079 C.OriginalWhitespaceRange.getBegin().getRawEncoding() - in alignTrailingComments()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2266 CGF.Int64Ty, Str->getBeginLoc().getRawEncoding()))); in getAsmSrcLocInfo()
2281 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
2325 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst()
H A DCGCall.cpp5690 llvm::ConstantInt::get(Int32Ty, Loc.getRawEncoding()); in EmitCall()
H A DCGOpenMPRuntime.cpp5232 << D->getCanonicalDecl()->getBeginLoc().getRawEncoding(); in generateUniqueName()
11381 NormalAndEHCleanup, FiniRTLFn, CVD->getLocation().getRawEncoding(), in getAddressOfLocalVariable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1253 return N1->getBeginLoc().getRawEncoding() < in operator ()()
1254 N2->getBeginLoc().getRawEncoding(); in operator ()()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3535 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3578 getRawEncoding()); in ReadASTBlock()
3695 ReadSourceLocation(F, Record, Idx).getRawEncoding()); in ReadASTBlock()
3714 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3872 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3882 DelayedDeleteExprs.push_back(ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
H A DASTWriter.cpp5435 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); in AddAlignPackInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7228 return D1->getLocation().getRawEncoding() < in ParseFunctionDeclarator()
7229 D2->getLocation().getRawEncoding(); in ParseFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2332 return LHS.Loc.getRawEncoding() < RHS.Loc.getRawEncoding(); in ActOnPopScope()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h517 static uint32_t getRawEncoding(const AlignPackInfo &Info) { in getRawEncoding() function