| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Designator.h | 81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc); in getDotLoc() 86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc); in getFieldLoc() 107 return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc); in getLBracketLoc() 109 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.LBracketLoc); in getLBracketLoc() 116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc); in getRBracketLoc() 118 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc); in getRBracketLoc() 123 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.EllipsisLoc); in getEllipsisLoc()
|
| H A D | DeclSpec.h | 1392 return SourceLocation::getFromRawEncoding(LParenLoc); in getLParenLoc() 1396 return SourceLocation::getFromRawEncoding(EllipsisLoc); in getEllipsisLoc() 1400 return SourceLocation::getFromRawEncoding(RParenLoc); in getRParenLoc() 1404 return SourceLocation::getFromRawEncoding(ExceptionSpecLocBeg); in getExceptionSpecLocBeg() 1408 return SourceLocation::getFromRawEncoding(ExceptionSpecLocEnd); in getExceptionSpecLocEnd() 1417 return SourceLocation::getFromRawEncoding(RefQualifierLoc); in getRefQualifierLoc() 1440 return SourceLocation::getFromRawEncoding(MutableLoc); in getMutableLoc()
|
| H A D | Initialization.h | 484 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location); in getReturnLoc() 491 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location); in getThrowLoc() 520 return SourceLocation::getFromRawEncoding(Capture.Location); in getCaptureLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 193 return SourceLocation::getFromRawEncoding(Begin); in getBegin() 197 return SourceLocation::getFromRawEncoding(End); in getEnd() 213 return SourceLocation::getFromRawEncoding(Begin); in getBegin() 216 return SourceLocation::getFromRawEncoding(End); in getEnd() 237 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
|
| H A D | ASTWriter.h | 368 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
|
| H A D | ASTReader.h | 2184 return SourceLocation::getFromRawEncoding((Raw >> 1) | (Raw << 31)); in ReadUntranslatedSourceLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 152 static SourceLocation getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function 172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding); in getFromPtrEncoding() 476 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
|
| H A D | SourceManager.h | 281 return SourceLocation::getFromRawEncoding(IncludeLoc); in getIncludeLoc() 325 SourceLocation SpellLoc = SourceLocation::getFromRawEncoding(SpellingLoc); in getSpellingLoc() 330 return SourceLocation::getFromRawEncoding(ExpansionLocStart); in getExpansionLocStart() 335 SourceLocation::getFromRawEncoding(ExpansionLocEnd); in getExpansionLocEnd() 352 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid(); in isMacroArgExpansion() 357 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid(); in isMacroBodyExpansion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Token.h | 125 return SourceLocation::getFromRawEncoding(Loc); in getLocation() 140 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | SymbolOccurrences.cpp | 31 SourceLocation::getFromRawEncoding(Locations.size())); in SymbolOccurrence()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 754 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc), in getCXXOperatorNameRange() 755 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc) in getCXXOperatorNameRange() 774 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
|
| H A D | DependentDiagnostic.h | 77 return SourceLocation::getFromRawEncoding(AccessData.Loc); in getAccessLoc()
|
| H A D | TemplateBase.h | 440 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc); in getTemplateNameLoc() 444 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc); in getTemplateEllipsisLoc()
|
| H A D | Expr.h | 4568 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc() 4573 return SourceLocation::getFromRawEncoding(Field.FieldLoc); in getFieldLoc() 4579 return SourceLocation::getFromRawEncoding(ArrayOrRange.LBracketLoc); in getLBracketLoc() 4585 return SourceLocation::getFromRawEncoding(ArrayOrRange.RBracketLoc); in getRBracketLoc() 4591 return SourceLocation::getFromRawEncoding(ArrayOrRange.EllipsisLoc); in getEllipsisLoc()
|
| H A D | DeclObjC.h | 701 return SourceLocation::getFromRawEncoding(Brackets.Begin); in getLAngleLoc() 705 return SourceLocation::getFromRawEncoding(Brackets.End); in getRAngleLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 503 return SourceLocation::getFromRawEncoding(raw); in getEndLocPrivate() 508 return SourceLocation::getFromRawEncoding(raw); in getEndLocPrivate()
|
| H A D | NestedNameSpecifier.cpp | 411 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
|
| H A D | Expr.cpp | 3949 StartLoc = SourceLocation::getFromRawEncoding(First.Field.FieldLoc); in getBeginLoc() 3951 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getBeginLoc() 3954 SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc); in getBeginLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransProperties.cpp | 134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform()
|
| H A D | TransGCAttrs.cpp | 315 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 330 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie); in InlineAsmDiagHandler() 511 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2793 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc), in diagnoseRedundantReturnTypeQualifiers() 2794 SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc), in diagnoseRedundantReturnTypeQualifiers() 2795 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers() 2796 SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc), in diagnoseRedundantReturnTypeQualifiers() 2797 SourceLocation::getFromRawEncoding(PTI.UnalignedQualLoc)); in diagnoseRedundantReturnTypeQualifiers() 5608 Loc = SourceLocation::getFromRawEncoding(Chunk.Ptr.AtomicQualLoc); in fillAtomicQualLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3114 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock() 8130 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed() 8143 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions() 8216 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors() 8233 = SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers() 8246 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables() 8259 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
|
| H A D | ASTWriter.cpp | 5672 AddSourceLocation(SourceLocation::getFromRawEncoding( in AddDeclarationNameLoc() 5675 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc)); in AddDeclarationNameLoc() 5679 AddSourceLocation(SourceLocation::getFromRawEncoding( in AddDeclarationNameLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1349 return SourceLocation::getFromRawEncoding(Location); in getLocation()
|