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

References

tools/clang/include/clang/Lex/Token.h
  127     return SourceLocation::getFromRawEncoding(Loc);
  134   void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
  142     return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc);
  176     Loc = SourceLocation().getRawEncoding();