Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function
248 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } getPreprocessorOpts() function
H A DCompilerInstance.h315 PreprocessorOptions &getPreprocessorOpts() { getPreprocessorOpts() function
318 const PreprocessorOptions &getPreprocessorOpts() const { getPreprocessorOpts() function
H A DASTUnit.h474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h746 const PreprocessorOptions &getPreprocessorOpts() getPreprocessorOpts() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1190 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } getPreprocessorOpts() function