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.h110 void ReadComments() override { m_Source->ReadComments(); } in ReadComments() function
376 void ReadComments() override { in ReadComments() function
378 Sources[i]->ReadComments(); in ReadComments()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp53 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
H A DASTContext.cpp302 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp148 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
150 Sources[i]->ReadComments(); in ReadComments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h133 void ReadComments() override;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h214 virtual void ReadComments();
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2388 void ReadComments() override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9394 void ASTReader::ReadComments() { in ReadComments() function in ASTReader