Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2146 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation()
2151 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4343 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()
5941 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange()
5942 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange()
5978 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
5979 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6092 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
6136 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6177 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
H A DASTReaderDecl.cpp2873 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()