Searched refs:TranslateSourceLocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2109 return TranslateSourceLocation(ModuleFile, Loc);
2114 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, function in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4299 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc);
5886 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()),
5887 TranslateSourceLocation(*M, RawRange.getEnd()));
5923 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()),
5924 TranslateSourceLocation(M, PPOffs.getEnd()));
6037 return Reader.TranslateSourceLocation(M, PPE.getBegin());
6081 TranslateSourceLocation(M, PPI->getEnd()), Loc)) {
6122 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin());
H A DASTReaderDecl.cpp2855 Loc = TranslateSourceLocation(*M, DOffs.getLocation());

Completed in 188 milliseconds