forked from OSchip/llvm-project
Documentation cleanup: fix erroneous uses of \arg.
llvm-svn: 158494
This commit is contained in:
parent
70afb91636
commit
89c503ff65
|
@ -824,19 +824,19 @@ private:
|
||||||
RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
||||||
uint64_t getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset);
|
uint64_t getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset);
|
||||||
|
|
||||||
/// \brief Returns the first preprocessed entity ID that ends after \arg BLoc.
|
/// \brief Returns the first preprocessed entity ID that ends after BLoc.
|
||||||
serialization::PreprocessedEntityID
|
serialization::PreprocessedEntityID
|
||||||
findBeginPreprocessedEntity(SourceLocation BLoc) const;
|
findBeginPreprocessedEntity(SourceLocation BLoc) const;
|
||||||
|
|
||||||
/// \brief Returns the first preprocessed entity ID that begins after \arg
|
/// \brief Returns the first preprocessed entity ID that begins after ELoc.
|
||||||
/// ELoc.
|
|
||||||
serialization::PreprocessedEntityID
|
serialization::PreprocessedEntityID
|
||||||
findEndPreprocessedEntity(SourceLocation ELoc) const;
|
findEndPreprocessedEntity(SourceLocation ELoc) const;
|
||||||
|
|
||||||
/// \brief \arg SLocMapI points at a chunk of a module that contains no
|
/// \brief Find the next module that contains entities and return the ID
|
||||||
/// preprocessed entities or the entities it contains are not the ones we are
|
|
||||||
/// looking for. Find the next module that contains entities and return the ID
|
|
||||||
/// of the first entry.
|
/// of the first entry.
|
||||||
|
/// \arg SLocMapI points at a chunk of a module that contains no
|
||||||
|
/// preprocessed entities or the entities it contains are not the
|
||||||
|
/// ones we are looking for.
|
||||||
serialization::PreprocessedEntityID
|
serialization::PreprocessedEntityID
|
||||||
findNextPreprocessedEntity(
|
findNextPreprocessedEntity(
|
||||||
GlobalSLocOffsetMapType::const_iterator SLocMapI) const;
|
GlobalSLocOffsetMapType::const_iterator SLocMapI) const;
|
||||||
|
|
Loading…
Reference in New Issue