Home
last modified time | relevance | path

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

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