Home
last modified time | relevance | path

Searched defs:getPreprocessorOpts (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h126 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
128 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DCompilerInstance.h306 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
309 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DASTUnit.h471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h54 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts() function
55 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h726 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1064 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function