clang-tools
3.8.0
|
#include <IncludeInserter.h>
Public Member Functions | |
IncludeInserter (const SourceManager &SourceMgr, const LangOptions &LangOpts, IncludeSorter::IncludeStyle Style) | |
~IncludeInserter () | |
std::unique_ptr< PPCallbacks > | CreatePPCallbacks () |
llvm::Optional< FixItHint > | CreateIncludeInsertion (FileID FileID, llvm::StringRef Header, bool IsAngled) |
Friends | |
class | IncludeInserterCallback |
Definition at line 47 of file IncludeInserter.h.
clang::tidy::IncludeInserter::IncludeInserter | ( | const SourceManager & | SourceMgr, |
const LangOptions & | LangOpts, | ||
IncludeSorter::IncludeStyle | Style | ||
) |
Definition at line 36 of file IncludeInserter.cpp.
clang::tidy::IncludeInserter::~IncludeInserter | ( | ) |
Definition at line 41 of file IncludeInserter.cpp.
llvm::Optional< FixItHint > clang::tidy::IncludeInserter::CreateIncludeInsertion | ( | FileID | FileID, |
llvm::StringRef | Header, | ||
bool | IsAngled | ||
) |
Definition at line 48 of file IncludeInserter.cpp.
std::unique_ptr< PPCallbacks > clang::tidy::IncludeInserter::CreatePPCallbacks | ( | ) |
Definition at line 43 of file IncludeInserter.cpp.
|
friend |
Definition at line 70 of file IncludeInserter.h.