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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h89 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } function in class:clang::CompilerInvocationBase
90 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-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h433 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } function in class:clang::Preprocessor

Completed in 139 milliseconds