|
clang
3.8.0
|
#include "clang/Frontend/Utils.h"#include "clang/Basic/SourceManager.h"#include "clang/Frontend/FrontendDiagnostic.h"#include "clang/Lex/Preprocessor.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static void | PrintHeaderInfo (raw_ostream *OutputFile, const char *Filename, bool ShowDepth, unsigned CurrentIncludeDepth, bool MSStyle) |
|
static |
Definition at line 49 of file HeaderIncludeGen.cpp.
References clang::Lexer::Stringify().
Referenced by clang::AttachHeaderIncludeGen().
1.8.6