Home | History | Annotate | Download | only in Frontend

Lines Matching full:clang

15 # include "clang/Config/config.h"
18 #include "clang/Frontend/Utils.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/LangOptions.h"
21 #include "clang/Frontend/HeaderSearchOptions.h"
22 #include "clang/Lex/HeaderSearch.h"
36 using namespace clang;
37 using namespace clang::frontend;
442 // Ignore the sys root, we *always* look for clang headers relative to
953 P.eraseComponent(); // Remove version from foo/lib/clang/version
954 P.eraseComponent(); // Remove clang from foo/lib/clang
1138 void clang::ApplyHeaderSearchOptions(HeaderSearch &HS,