Searched refs:getAdjustedLocation (Results 1 – 3 of 3) sorted by relevance
525 SourceLocation getAdjustedLocation(SourceLocation Loc) const;
3012 getRawSourceLocationEncoding(getAdjustedLocation(Mod->DefinitionLoc)); in WriteSubmodules()5950 SourceLocation ASTWriter::getAdjustedLocation(SourceLocation Loc) const { in getAdjustedLocation() function in ASTWriter5957 return SourceRange(getAdjustedLocation(Range.getBegin()), in getAdjustedRange()5958 getAdjustedLocation(Range.getEnd())); in getAdjustedRange()6019 Loc = getAdjustedLocation(Loc); in AddSourceLocation()
2827 getRawSourceLocationEncoding(getAdjustedLocation(Loc)); in WriteDecl()