Home
last modified time | relevance | path

Searched refs:CommentBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp489 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/
DDisassembler.cpp157 const char *CommentBegin = MAI->getCommentString(); in emitComments() local
166 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()