Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp177 char *TextPtr = Allocator.Allocate<char>(Length + 1); lexWord() local
222 char *TextPtr = Allocator.Allocate<char>(Length + 1); lexDelimitedSeq() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h77 const char *TextPtr; variable