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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h190 PreprocessorOptions &getPreprocessorOpts() { return PreprocessorOpts; } function in class:clang::CompilerInvocation
191 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h242 PreprocessorOptions &getPreprocessorOpts() { function in class:clang::CompilerInstance
243 return Invocation->getPreprocessorOpts();
245 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInstance
246 return Invocation->getPreprocessorOpts();

Completed in 221 milliseconds