Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2152 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation()
2157 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4359 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()
5963 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange()
5964 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange()
6000 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
6001 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6114 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
6158 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6199 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
H A DASTReaderDecl.cpp2891 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()