Home
last modified time | relevance | path

Searched defs:HTML (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DYAMLGeneratorTest.cpp303 CommentInfo *HTML = Top.Children.back().get(); in TEST() local
H A DMDGeneratorTest.cpp247 CommentInfo *HTML = Top.Children.back().get(); in TEST() local
H A DBitcodeTest.cpp197 CommentInfo *HTML = Top.Children.back().get(); in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h22 HTML, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h480 std::unique_ptr<raw_fd_ostream> HTML; variable
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp388 SmallString<1024> HTML; in clang_FullComment_getAsHTML() local
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp1130 SmallVectorImpl<char> &HTML, in convertCommentToHTML()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp1006 static GeneratorRegistry::Add<HTMLGenerator> HTML(HTMLGenerator::Format, variable