Home
last modified time | relevance | path

Searched refs:TranslateSourceLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2258 return TranslateSourceLocation(*OwningModuleFile, Loc);
2263 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4585 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()