Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h21 class PreprocessorOutputOptions; variable
31 const PreprocessorOutputOptions &Opts);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h17 class PreprocessorOutputOptions {
30 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h140 PreprocessorOutputOptions PreprocessorOutputOpts;
215 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
219 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
H A DUtils.h60 class PreprocessorOutputOptions; variable
76 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h324 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
327 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h96 class PreprocessorOutputOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp606 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp830 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp3169 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()