Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
93 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
DCompilerInstance.h301 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
304 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h604 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/external/clang/include/clang/Lex/
DPreprocessor.h685 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function