Home | History | Annotate | Download | only in Frontend

Lines Matching full:clang

10 // This provides a possible implementation of PTH support for Clang that is
15 #include "clang/Frontend/Utils.h"
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/FileManager.h"
18 #include "clang/Basic/FileSystemStatCache.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "clang/Basic/OnDiskHashTable.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Lex/Lexer.h"
23 #include "clang/Lex/Preprocessor.h"
36 using namespace clang;
37 using namespace clang::io;
539 void clang::CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS) {