Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h525 SourceLocation getAdjustedLocation(SourceLocation Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3012 getRawSourceLocationEncoding(getAdjustedLocation(Mod->DefinitionLoc)); in WriteSubmodules()
5950 SourceLocation ASTWriter::getAdjustedLocation(SourceLocation Loc) const { in getAdjustedLocation() function in ASTWriter
5957 return SourceRange(getAdjustedLocation(Range.getBegin()), in getAdjustedRange()
5958 getAdjustedLocation(Range.getEnd())); in getAdjustedRange()
6019 Loc = getAdjustedLocation(Loc); in AddSourceLocation()
H A DASTWriterDecl.cpp2827 getRawSourceLocationEncoding(getAdjustedLocation(Loc)); in WriteDecl()