clang
3.7.0
|
#include "clang/AST/RawCommentList.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Comment.h"
#include "clang/AST/CommentBriefParser.h"
#include "clang/AST/CommentCommandTraits.h"
#include "clang/AST/CommentLexer.h"
#include "clang/AST/CommentParser.h"
#include "clang/AST/CommentSema.h"
#include "llvm/ADT/STLExtras.h"
Go to the source code of this file.
Functions | |
static bool | onlyWhitespaceBetween (SourceManager &SM, SourceLocation Loc1, SourceLocation Loc2, unsigned MaxNewlinesAllowed) |
|
static |
Definition at line 165 of file RawCommentList.cpp.
References clang::SourceManager::getBufferData(), and clang::SourceManager::getDecomposedLoc().
Referenced by clang::RawCommentList::addComment().