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.h274 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
277 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/external/clang/include/clang/Lex/
DPreprocessor.h474 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function