Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h695 getRawSourceLocationEncoding(SourceLocation Loc, LocSeq *Seq = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2775 getRawSourceLocationEncoding(R.getBegin()), in WritePreprocessorDetail()
2776 getRawSourceLocationEncoding(R.getEnd()), Offset); in WritePreprocessorDetail()
2844 getRawSourceLocationEncoding(Range.getBegin()), in WritePreprocessorDetail()
2845 getRawSourceLocationEncoding(Range.getEnd())); in WritePreprocessorDetail()
3012 getRawSourceLocationEncoding(getAdjustedLocation(Mod->DefinitionLoc)); in WriteSubmodules()
5994 ASTWriter::getRawSourceLocationEncoding(SourceLocation Loc, LocSeq *Seq) { in getRawSourceLocationEncoding() function in ASTWriter
6020 Record.push_back(getRawSourceLocationEncoding(Loc, Seq)); in AddSourceLocation()
H A DASTWriterDecl.cpp2827 getRawSourceLocationEncoding(getAdjustedLocation(Loc)); in WriteDecl()