Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts() function
H A DCompilerInstance.h339 PreprocessorOptions &getPreprocessorOpts() { getPreprocessorOpts() function
342 const PreprocessorOptions &getPreprocessorOpts() const { getPreprocessorOpts() function
H A DASTUnit.h474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInvocation.h61 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts() function
60 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } getPreprocessorOpts() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h763 const PreprocessorOptions &getPreprocessorOpts() getPreprocessorOpts() function
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } getPreprocessorOpts() function