Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp65 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
H A DASTContext.cpp117 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp142 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
144 Sources[i]->ReadComments(); in ReadComments()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h133 void ReadComments() override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h247 virtual void ReadComments();
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2344 void ReadComments() override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9148 void ASTReader::ReadComments() { in ReadComments() function in ASTReader