HomeSort by relevance Sort by last modified time
    Searched refs:VerbatimBlockLineComment (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
CommentSema.h 165 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
171 ArrayRef<VerbatimBlockLineComment *> Lines);
Comment.h 834 class VerbatimBlockLineComment : public Comment {
838 VerbatimBlockLineComment(SourceLocation LocBegin,
861 /// (VerbatimBlockLineComment nodes).
866 ArrayRef<VerbatimBlockLineComment *> Lines;
894 void setLines(ArrayRef<VerbatimBlockLineComment *> L) {
  /external/clang/tools/libclang/
CXComment.cpp 337 const VerbatimBlockLineComment *VBL =
338 getASTNodeAs<VerbatimBlockLineComment>(CXC);
562 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
742 const VerbatimBlockLineComment *C) {
892 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 652 SmallVector<VerbatimBlockLineComment *, 8> Lines;
655 VerbatimBlockLineComment *Line;
CommentSema.cpp 434 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
436 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
443 ArrayRef<VerbatimBlockLineComment *> Lines) {
    [all...]
ASTDumper.cpp 305 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
    [all...]

Completed in 459 milliseconds