Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h308 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
311 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DASTUnit.h470 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h736 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1191 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function