/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ASTUtils.h | 109 void ReadComments() override { m_Source->ReadComments(); } in ReadComments() function 375 void ReadComments() override { in ReadComments() function 377 Sources[i]->ReadComments(); in ReadComments()
|
/external/llvm-project/clang/lib/AST/ |
D | ExternalASTSource.cpp | 53 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
|
D | ASTContext.cpp | 286 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
|
/external/clang/lib/AST/ |
D | ExternalASTSource.cpp | 56 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
|
D | ASTContext.cpp | 66 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 135 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource 137 Sources[i]->ReadComments(); in ReadComments()
|
/external/llvm-project/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 143 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource 145 Sources[i]->ReadComments(); in ReadComments()
|
/external/clang/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 131 void ReadComments() override;
|
/external/llvm-project/clang/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 134 void ReadComments() override;
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExternalASTSource.h | 216 virtual void ReadComments();
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 217 virtual void ReadComments();
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 2271 void ReadComments() override;
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2132 void ReadComments() override;
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 8239 void ASTReader::ReadComments() { in ReadComments() function in ASTReader
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 9182 void ASTReader::ReadComments() { in ReadComments() function in ASTReader
|