Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h116 void ReadComments() override { m_Source->ReadComments(); } in ReadComments() function
382 void ReadComments() override { in ReadComments() function
384 Sources[i]->ReadComments(); in ReadComments()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExternalASTSource.cpp53 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
HDASTContext.cpp305 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp148 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
150 Sources[i]->ReadComments(); in ReadComments()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDMultiplexExternalSemaSource.h133 void ReadComments() override;
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h216 virtual void ReadComments();
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2418 void ReadComments() override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp9534 void ASTReader::ReadComments() { in ReadComments() function in ASTReader