9#ifndef LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_PRAGMA_COMMENT_HANDLER_H
10#define LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_PRAGMA_COMMENT_HANDLER_H
12#include "clang/Basic/SourceLocation.h"
13#include "clang/Lex/Preprocessor.h"
17namespace find_all_symbols {
19class HeaderMapCollector;
CharSourceRange Range
SourceRange for the file name.
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//