Searched defs:getPreprocessorOpts (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h88 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } function in class:clang::CompilerInvocationBase
89 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h259 PreprocessorOptions &getPreprocessorOpts() { function in class:clang::CompilerInstance
262 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInstance
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h429 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } function in class:clang::Preprocessor

Completed in 168 milliseconds