HomeSort by relevance Sort by last modified time
    Searched full:verbatimblocklinecomment (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Basic/
CommentNodes.td 24 def VerbatimBlockLineComment : Comment;
  /external/clang/test/Misc/
ast-dump-comment.cpp 69 // CHECK-NEXT: VerbatimBlockLineComment{{.*}} Text=" Aaa"
  /external/clang/include/clang/AST/
CommentSema.h 162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
168 ArrayRef<VerbatimBlockLineComment *> Lines);
Comment.h 848 class VerbatimBlockLineComment : public Comment {
852 VerbatimBlockLineComment(SourceLocation LocBegin,
875 /// (VerbatimBlockLineComment nodes).
880 ArrayRef<VerbatimBlockLineComment *> Lines;
908 void setLines(ArrayRef<VerbatimBlockLineComment *> L) {
  /external/clang/tools/libclang/
CXComment.cpp 337 const VerbatimBlockLineComment *VBL =
338 getASTNodeAs<VerbatimBlockLineComment>(CXC);
570 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
758 const VerbatimBlockLineComment *C) {
912 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 444 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
446 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
453 ArrayRef<VerbatimBlockLineComment *> Lines) {
    [all...]
CommentParser.cpp 647 SmallVector<VerbatimBlockLineComment *, 8> Lines;
650 VerbatimBlockLineComment *Line;
ASTDumper.cpp 311 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
    [all...]
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 118 milliseconds