Home
last modified time | relevance | path

Searched refs:ReadComments (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h132 void ReadComments() override { m_Source->ReadComments(); } in ReadComments() function
438 void ReadComments() override { in ReadComments() function
440 Sources[i]->ReadComments(); in ReadComments()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp55 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
H A DASTContext.cpp324 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp175 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
177 Sources[i]->ReadComments(); in ReadComments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h142 void ReadComments() override;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h244 virtual void ReadComments();
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2610 void ReadComments() override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10154 void ASTReader::ReadComments() { in ReadComments() function in ASTReader