Home
last modified time | relevance | path

Searched defs:getPreprocessorOpts (Results 1 – 9 of 9) 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/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h108 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
110 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
DCompilerInstance.h309 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
312 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
DASTUnit.h471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h604 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h683 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts() function
/external/clang/include/clang/Lex/
DPreprocessor.h685 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h917 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function