Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2198 return TranslateSourceLocation(ModuleFile, Loc);
2203 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4380 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()
6043 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange()
6044 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange()
6080 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
6081 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6193 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
6237 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6278 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
H A DASTReaderDecl.cpp3089 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()