Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2190 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation() 2195 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3991 F.ImportLoc = TranslateSourceLocation(*M->ImportedBy, M->ImportLoc); in ReadAST() 5435 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange() 5436 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange() 5462 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity() 5463 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity() 5572 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc() 5616 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity() 5657 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
|
| H A D | ASTReaderDecl.cpp | 2804 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|