Searched refs:TranslateSourceLocation (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1995 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation() 2000 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 3591 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()
|
D | ASTReaderDecl.cpp | 2527 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()
|