Home
last modified time | relevance | path

Searched defs:TextPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp216 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexType() local
273 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexParHeading() local
307 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexWord() local
352 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexDelimitedSeq() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h77 const char *TextPtr; variable