Fixed formatting
This commit is contained in:
@@ -47,9 +47,9 @@ translation_unit_visitor::include_visitor::include_visitor(
|
||||
void translation_unit_visitor::include_visitor::InclusionDirective(
|
||||
clang::SourceLocation hash_loc, const clang::Token & /*include_tok*/,
|
||||
clang::StringRef /*file_name*/, bool is_angled,
|
||||
clang::CharSourceRange /*filename_range*/, clang::Optional<clang::FileEntryRef> file,
|
||||
clang::StringRef /*search_path*/, clang::StringRef relative_path,
|
||||
const clang::Module * /*imported*/,
|
||||
clang::CharSourceRange /*filename_range*/,
|
||||
clang::Optional<clang::FileEntryRef> file, clang::StringRef /*search_path*/,
|
||||
clang::StringRef relative_path, const clang::Module * /*imported*/,
|
||||
clang::SrcMgr::CharacteristicKind file_type)
|
||||
#else
|
||||
void translation_unit_visitor::include_visitor::InclusionDirective(
|
||||
|
||||
@@ -51,8 +51,9 @@ public:
|
||||
void InclusionDirective(clang::SourceLocation hash_loc,
|
||||
const clang::Token &include_tok, clang::StringRef file_name,
|
||||
bool is_angled, clang::CharSourceRange filename_range,
|
||||
clang::Optional<clang::FileEntryRef> file, clang::StringRef search_path,
|
||||
clang::StringRef relative_path, const clang::Module *imported,
|
||||
clang::Optional<clang::FileEntryRef> file,
|
||||
clang::StringRef search_path, clang::StringRef relative_path,
|
||||
const clang::Module *imported,
|
||||
clang::SrcMgr::CharacteristicKind file_type) override;
|
||||
#else
|
||||
void InclusionDirective(clang::SourceLocation hash_loc,
|
||||
|
||||
Reference in New Issue
Block a user