Searched defs:getPreprocessorOpts (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
H A D | CompilerInvocation.h | 135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function |
H A D | CompilerInstance.h | 315 PreprocessorOptions &getPreprocessorOpts() { getPreprocessorOpts() function |
H A D | ASTUnit.h | 474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.h | 746 const PreprocessorOptions &getPreprocessorOpts() getPreprocessorOpts() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | Preprocessor.h | 1190 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } getPreprocessorOpts() function |