Home
last modified time | relevance | path

Searched defs:TextTokenRetokenizer (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCommentLexer.h27 class TextTokenRetokenizer; variable
57 friend class TextTokenRetokenizer; variable
DCommentParser.h33 friend class TextTokenRetokenizer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCommentLexer.h27 class TextTokenRetokenizer; variable
57 friend class TextTokenRetokenizer; variable
DCommentParser.h33 friend class TextTokenRetokenizer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentLexer.h27 class TextTokenRetokenizer; variable
57 friend class TextTokenRetokenizer; variable
DCommentParser.h33 friend class TextTokenRetokenizer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentLexer.h27 class TextTokenRetokenizer; variable
57 friend class TextTokenRetokenizer; variable
DCommentParser.h33 friend class TextTokenRetokenizer; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DCommentLexer.h29 class TextTokenRetokenizer; variable
59 friend class TextTokenRetokenizer; variable
H A DCommentParser.h34 friend class TextTokenRetokenizer; variable
/aosp_15_r20/external/clang/lib/AST/
H A DCommentParser.cpp31 class TextTokenRetokenizer { class
147 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P): in TextTokenRetokenizer() function in clang::comments::TextTokenRetokenizer