Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInvocation.h89 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
90 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
HDCompilerInstance.h259 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
262 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h433 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function