Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
DCompilerInstance.h293 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
296 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/external/clang/include/clang/Lex/
DPreprocessor.h498 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function