Home
last modified time | relevance | path

Searched refs:PreprocessorOutputOptions (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h18 class PreprocessorOutputOptions {
48 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts;
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
384 PreprocessorOutputOptions &getMutPreprocessorOutputOpts();
H A DCompilerInstance.h332 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
335 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp550 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp138 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()
246 PreprocessorOutputOptions &
5019 GeneratePreprocessorOutputArgs(const PreprocessorOutputOptions &Opts, in GeneratePreprocessorOutputArgs()
5022 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()
5038 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()
5043 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()
H A DPrintPreprocessedOutput.cpp1074 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1204 …processedInput(clang::Preprocessor&, llvm::raw_ostream*, clang::PreprocessorOutputOptions const&)"…