Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1995 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation()
2000 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/external/clang/lib/Serialization/
DASTReader.cpp3591 F.ImportLoc = TranslateSourceLocation(*M->ImportedBy, M->ImportLoc); in ReadAST()
4897 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
4898 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
5005 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
5047 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
5088 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
DASTReaderDecl.cpp2527 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()