Searched refs:PreprocessorOutputOptions (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h1 //===--- PreprocessorOutputOptions.h ----------------------------*- C++ -*-===//
15 /// PreprocessorOutputOptions - Options for controlling the C preprocessor
17 class PreprocessorOutputOptions { class in namespace:clang
27 PreprocessorOutputOptions() { function in class:clang::PreprocessorOutputOptions
H A DCompilerInvocation.h22 #include "clang/Frontend/PreprocessorOutputOptions.h"
119 PreprocessorOutputOptions PreprocessorOutputOpts;
197 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
200 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
H A DUtils.h46 class PreprocessorOutputOptions;
73 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h266 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
269 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h21 class PreprocessorOutputOptions;
31 const PreprocessorOutputOptions &Opts);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h98 class PreprocessorOutputOptions;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp19 #include "clang/Frontend/PreprocessorOutputOptions.h"
736 const PreprocessorOutputOptions &Opts) {
H A DCompilerInvocation.cpp1563 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp17 #include "clang/Frontend/PreprocessorOutputOptions.h"
520 const PreprocessorOutputOptions &Opts) {

Completed in 109 milliseconds