Home
last modified time | relevance | path

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

/freebsd/contrib/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() { in getPreprocessorOpts() function
342 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DASTUnit.h474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h766 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function