Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2146 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 D | ASTReader.cpp | 4343 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 D | ASTReaderDecl.cpp | 2873 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|