reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclObjC.h
  700     return SourceLocation::getFromRawEncoding(Brackets.Begin);
  704     return SourceLocation::getFromRawEncoding(Brackets.End);
tools/clang/include/clang/AST/DeclarationName.h
  753      SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
  754      SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc)
  773       getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
tools/clang/include/clang/AST/DependentDiagnostic.h
   76     return SourceLocation::getFromRawEncoding(AccessData.Loc);
tools/clang/include/clang/AST/Expr.h
 4755       return SourceLocation::getFromRawEncoding(Field.DotLoc);
 4760       return SourceLocation::getFromRawEncoding(Field.FieldLoc);
 4766       return SourceLocation::getFromRawEncoding(ArrayOrRange.LBracketLoc);
 4772       return SourceLocation::getFromRawEncoding(ArrayOrRange.RBracketLoc);
 4778       return SourceLocation::getFromRawEncoding(ArrayOrRange.EllipsisLoc);
tools/clang/include/clang/AST/TemplateBase.h
  439     return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
  443     return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
tools/clang/include/clang/Basic/SourceLocation.h
  170     return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
  476       return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
tools/clang/include/clang/Basic/SourceManager.h
  291       return SourceLocation::getFromRawEncoding(IncludeLoc);
  339       SourceLocation SpellLoc = SourceLocation::getFromRawEncoding(SpellingLoc);
  344       return SourceLocation::getFromRawEncoding(ExpansionLocStart);
  349         SourceLocation::getFromRawEncoding(ExpansionLocEnd);
  366         SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
  371         SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
tools/clang/include/clang/Lex/Token.h
  127     return SourceLocation::getFromRawEncoding(Loc);
  142     return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc);
tools/clang/include/clang/Sema/DeclSpec.h
 1402       return SourceLocation::getFromRawEncoding(LParenLoc);
 1406       return SourceLocation::getFromRawEncoding(EllipsisLoc);
 1410       return SourceLocation::getFromRawEncoding(RParenLoc);
 1414       return SourceLocation::getFromRawEncoding(ExceptionSpecLocBeg);
 1418       return SourceLocation::getFromRawEncoding(ExceptionSpecLocEnd);
 1427       return SourceLocation::getFromRawEncoding(RefQualifierLoc);
 1450       return SourceLocation::getFromRawEncoding(MutableLoc);
tools/clang/include/clang/Sema/Designator.h
   80     return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
   85     return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
  106       return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc);
  108       return SourceLocation::getFromRawEncoding(ArrayRangeInfo.LBracketLoc);
  115       return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc);
  117       return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc);
  122     return SourceLocation::getFromRawEncoding(ArrayRangeInfo.EllipsisLoc);
tools/clang/include/clang/Sema/Initialization.h
  485     return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
  492     return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
  521     return SourceLocation::getFromRawEncoding(Capture.Location);
tools/clang/include/clang/Serialization/ASTBitCodes.h
  192         return SourceLocation::getFromRawEncoding(Begin);
  196         return SourceLocation::getFromRawEncoding(End);
  212         return SourceLocation::getFromRawEncoding(Begin);
  215         return SourceLocation::getFromRawEncoding(End);
  236         return SourceLocation::getFromRawEncoding(Loc);
tools/clang/include/clang/Serialization/ASTReader.h
 2189     return SourceLocation::getFromRawEncoding((Raw >> 1) | (Raw << 31));
tools/clang/include/clang/Serialization/ASTWriter.h
  367       return SourceLocation::getFromRawEncoding(Loc);
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  317     SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
tools/clang/lib/ARCMigrate/TransProperties.cpp
  133       SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
tools/clang/lib/AST/DeclarationName.cpp
  496     return SourceLocation::getFromRawEncoding(raw);
  501     return SourceLocation::getFromRawEncoding(raw);
tools/clang/lib/AST/Expr.cpp
 4341       StartLoc = SourceLocation::getFromRawEncoding(First.Field.FieldLoc);
 4343       StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc);
 4346       SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc);
tools/clang/lib/AST/NestedNameSpecifier.cpp
  410   return SourceLocation::getFromRawEncoding(Raw);
tools/clang/lib/CodeGen/CodeGenAction.cpp
  344       SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
  528       SourceLocation::getFromRawEncoding(D.getLocCookie());
tools/clang/lib/Lex/Lexer.cpp
  589   SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset);
tools/clang/lib/Lex/ModuleMap.cpp
 1367       return SourceLocation::getFromRawEncoding(Location);
tools/clang/lib/Sema/SemaType.cpp
 2858           SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
 2859           SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc),
 2860           SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
 2861           SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc),
 2862           SourceLocation::getFromRawEncoding(PTI.UnalignedQualLoc));
 5731     Loc = SourceLocation::getFromRawEncoding(Chunk.Ptr.AtomicQualLoc);
tools/clang/lib/Sema/TreeTransform.h
13289         LBrace = SourceLocation::getFromRawEncoding(
13291         RBrace = SourceLocation::getFromRawEncoding(
tools/clang/lib/Serialization/ASTReader.cpp
 3387       F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset);
 8651         SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]);
 8664           SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]);
 8737       = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]);
 8754       = SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]);
 8767     VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]);
 8780       = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]);
tools/clang/lib/Serialization/ASTWriter.cpp
 5834     AddSourceLocation(SourceLocation::getFromRawEncoding(
 5837         SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc));
 5841     AddSourceLocation(SourceLocation::getFromRawEncoding(
tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
   30       SourceLocation::getFromRawEncoding(Locations.size()));
tools/clang/tools/clang-refactor/TestSupport.cpp
  315   Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(),
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
   75         clang::SourceLocation::getFromRawEncoding(static_cast<unsigned>(-1)),
   81         clang::SourceLocation::getFromRawEncoding(static_cast<unsigned>(-2)),
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
   35         clang::SourceLocation::getFromRawEncoding(static_cast<unsigned>(-1)),
   41         clang::SourceLocation::getFromRawEncoding(static_cast<unsigned>(-2)),
  954             SourceRange(SourceLocation::getFromRawEncoding(Loc)),
tools/clang/tools/libclang/CIndex.cpp
 1960     return SourceLocation::getFromRawEncoding((unsigned)(uintptr_t) data[1]);
 3247     Pieces.push_back(SourceLocation::getFromRawEncoding(
 3249     Pieces.push_back(SourceLocation::getFromRawEncoding(
 6661   SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]);
 6684                         SourceLocation::getFromRawEncoding(CXTok.int_data[1]));
 6698                         SourceLocation::getFromRawEncoding(CXTok.int_data[1]));
 6900     return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]);
 6906     return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]);
 7405     return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]);
 7474              SourceLocation::getFromRawEncoding(Tokens[TokIdx].int_data[1]));
 7525           SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]);
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  994             Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);
tools/clang/tools/libclang/CXSourceLocation.cpp
  201     SourceLocation::getFromRawEncoding(location.int_data);
  212     SourceLocation::getFromRawEncoding(location.int_data);
  231   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
  273   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
  313   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
  350   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
tools/clang/tools/libclang/CXSourceLocation.h
   66   return SourceLocation::getFromRawEncoding(L.int_data);
   70   return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data),
   71                      SourceLocation::getFromRawEncoding(R.end_int_data));
tools/clang/tools/libclang/Indexing.cpp
  981   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
  991   SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);