Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() function
92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
H A DCompilerInstance.h281 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() function
284 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h498 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() function