Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h109 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
111 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DCompilerInstance.h317 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
320 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DASTUnit.h466 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h656 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h810 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function