Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2233 return TranslateSourceLocation(ModuleFile, Loc); 2238 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4576 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST() 6245 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange() 6246 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange() 6282 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity() 6283 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity() 6395 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc() 6439 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity() 6480 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
|
| H A D | ASTReaderDecl.cpp | 3249 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|