Searched refs:CommentBegin (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 489 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local 491 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment() 500 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status); in HandleComment() 530 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 157 const char *CommentBegin = MAI->getCommentString(); in emitComments() local 166 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|