Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h2129 return TranslateSourceLocation(ModuleFile, Loc); in ReadSourceLocation()
2134 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() function
/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()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp4319 F.ImportLoc = TranslateSourceLocation(*M.ImportedBy, M.ImportLoc); in ReadAST()
5914 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), in ReadSkippedRange()
5915 TranslateSourceLocation(*M, RawRange.getEnd())); in ReadSkippedRange()
5951 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
5952 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6065 return Reader.TranslateSourceLocation(M, PPE.getBegin()); in getLoc()
6109 TranslateSourceLocation(M, PPI->getEnd()), Loc)) { in findPreprocessedEntity()
6150 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()
DASTReaderDecl.cpp2871 Loc = TranslateSourceLocation(*M, DOffs.getLocation()); in DeclCursorForID()