Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExternalASTSource.cpp53 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
H A DASTContext.cpp292 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp148 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
150 Sources[i]->ReadComments(); in ReadComments()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h133 void ReadComments() override;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExternalASTSource.h214 virtual void ReadComments();
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2353 void ReadComments() override;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9160 void ASTReader::ReadComments() { in ReadComments() function in ASTReader