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

References

tools/clang/include/clang/Serialization/ASTReader.h
 2195     return TranslateSourceLocation(ModuleFile, Loc);
tools/clang/lib/Serialization/ASTReader.cpp
 4286       F.ImportLoc = TranslateSourceLocation(*M->ImportedBy, M->ImportLoc);
 5873   SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()),
 5874                     TranslateSourceLocation(*M, RawRange.getEnd()));
 5910   SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()),
 5911                     TranslateSourceLocation(M, PPOffs.getEnd()));
 6024     return Reader.TranslateSourceLocation(M, PPE.getBegin());
 6068               TranslateSourceLocation(M, PPI->getEnd()), Loc)) {
 6109   SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2798   Loc = TranslateSourceLocation(*M, DOffs.getLocation());