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

1 2

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
93 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 301 PreprocessorOptions &getPreprocessorOpts() {
302 return Invocation->getPreprocessorOpts();
304 const PreprocessorOptions &getPreprocessorOpts() const {
305 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 99 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
100 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 306 PreprocessorOptions &getPreprocessorOpts() {
307 return Invocation->getPreprocessorOpts();
309 const PreprocessorOptions &getPreprocessorOpts() const {
310 return Invocation->getPreprocessorOpts();
  /frameworks/compile/slang/
slang.h 202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 604 const PreprocessorOptions &getPreprocessorOpts()
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 685 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 687 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 687 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 687 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 687 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]

Completed in 506 milliseconds

1 2