Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2152 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 D | ASTReader.cpp | 4359 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 D | ASTReaderDecl.cpp | 2891 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|