Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2198 return TranslateSourceLocation(ModuleFile, Loc); 2203 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4380 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 D | ASTReaderDecl.cpp | 3089 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|