Searched defs:TextBegin (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 450 const char *TextBegin, in setupAndLexVerbatimBlock() 534 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine()
|
D | CommentParser.cpp | 708 SourceLocation TextBegin; in parseVerbatimLine() local
|
D | CommentSema.cpp | 445 SourceLocation TextBegin, in actOnVerbatimLine()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentLexer.cpp | 464 const char *TextBegin, in setupAndLexVerbatimBlock() 548 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine()
|
D | CommentParser.cpp | 712 SourceLocation TextBegin; in parseVerbatimLine() local
|
D | CommentSema.cpp | 447 SourceLocation TextBegin, in actOnVerbatimLine()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 952 SourceLocation TextBegin; variable 958 SourceLocation TextBegin, in VerbatimLineComment()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Comment.h | 946 SourceLocation TextBegin; variable 952 SourceLocation TextBegin, in VerbatimLineComment()
|