Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2172 return TranslateSourceLocation(ModuleFile, Loc);
2177 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp4386 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()
6001 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange()
6002 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange()
6038 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
6039 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6151 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
6195 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6236 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
H A DASTReaderDecl.cpp3000 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()