HomeSort by: relevance | last modified time | path
    Searched refs:VerbatimBlockLineComment (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
163 ArrayRef<VerbatimBlockLineComment *> Lines);
Comment.h 863 class VerbatimBlockLineComment : public Comment {
867 VerbatimBlockLineComment(SourceLocation LocBegin,
890 /// (VerbatimBlockLineComment nodes).
895 ArrayRef<VerbatimBlockLineComment *> Lines;
923 void setLines(ArrayRef<VerbatimBlockLineComment *> L) {
JSONNodeDumper.h 344 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
TextNodeDumper.h 222 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 239 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) {
554 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
808 const VerbatimBlockLineComment *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 344 const VerbatimBlockLineComment *VBL =
345 getASTNodeAs<VerbatimBlockLineComment>(CXC);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
433 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
440 ArrayRef<VerbatimBlockLineComment *> Lines) {
CommentParser.cpp 672 SmallVector<VerbatimBlockLineComment *, 8> Lines;
675 VerbatimBlockLineComment *Line;
JSONNodeDumper.cpp 1626 const comments::VerbatimBlockLineComment *C,

Completed in 144 milliseconds