Home
last modified time | relevance | path

Searched refs:getFromRawEncoding (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDesignator.h81 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 DDeclSpec.h1392 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 DInitialization.h484 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 DASTBitCodes.h193 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 DASTWriter.h368 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
H A DASTReader.h2184 return SourceLocation::getFromRawEncoding((Raw >> 1) | (Raw << 31)); in ReadUntranslatedSourceLocation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h152 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 DSourceManager.h281 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 DToken.h125 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 DSymbolOccurrences.cpp31 SourceLocation::getFromRawEncoding(Locations.size())); in SymbolOccurrence()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h754 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc), in getCXXOperatorNameRange()
755 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc) in getCXXOperatorNameRange()
774 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
H A DDependentDiagnostic.h77 return SourceLocation::getFromRawEncoding(AccessData.Loc); in getAccessLoc()
H A DTemplateBase.h440 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc); in getTemplateNameLoc()
444 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc); in getTemplateEllipsisLoc()
H A DExpr.h4568 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 DDeclObjC.h701 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 DDeclarationName.cpp503 return SourceLocation::getFromRawEncoding(raw); in getEndLocPrivate()
508 return SourceLocation::getFromRawEncoding(raw); in getEndLocPrivate()
H A DNestedNameSpecifier.cpp411 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
H A DExpr.cpp3949 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 DTransProperties.cpp134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform()
H A DTransGCAttrs.cpp315 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp330 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 DSemaType.cpp2793 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 DASTReader.cpp3114 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 DASTWriter.cpp5672 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 DModuleMap.cpp1349 return SourceLocation::getFromRawEncoding(Location); in getLocation()

12