Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp178 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexWord() local
223 char *TextPtr = Allocator.Allocate<char>(Length + 1); in lexDelimitedSeq() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h72 const char *TextPtr; variable