Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2190 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 DASTReader.cpp3991 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 DASTReaderDecl.cpp2804 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()