HomeSort by relevance Sort by last modified time
    Searched defs:getPreprocessorOpts (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
92 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 301 PreprocessorOptions &getPreprocessorOpts() {
302 return Invocation->getPreprocessorOpts();
304 const PreprocessorOptions &getPreprocessorOpts() const {
305 return Invocation->getPreprocessorOpts();
  /frameworks/compile/slang/
slang.h 199 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 598 const PreprocessorOptions &getPreprocessorOpts()
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 678 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]

Completed in 917 milliseconds