Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp53 void ExternalASTSource::ReadComments() {} in ReadComments() function in ExternalASTSource
H A DASTContext.cpp287 ExternalSource->ReadComments(); in getRawCommentForDeclNoCache()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp142 void MultiplexExternalSemaSource::ReadComments() { in ReadComments() function in MultiplexExternalSemaSource
144 Sources[i]->ReadComments(); in ReadComments()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h134 void ReadComments() override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h216 virtual void ReadComments();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2288 void ReadComments() override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9045 void ASTReader::ReadComments() { in ReadComments() function in ASTReader