HomeSort by: relevance | last modified time | path
    Searched defs:getPreprocessorOpts (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 121 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
123 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 305 PreprocessorOptions &getPreprocessorOpts() {
306 return Invocation->getPreprocessorOpts();
308 const PreprocessorOptions &getPreprocessorOpts() const {
309 return Invocation->getPreprocessorOpts();
ASTUnit.h 471 const PreprocessorOptions &getPreprocessorOpts() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 706 const PreprocessorOptions &getPreprocessorOpts()
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 917 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }

Completed in 31 milliseconds