HomeSort by relevance Sort by last modified time
    Searched refs:Selectors (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp 106 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
336 /// A map from selectors to selector types. This allows us to emit all
337 /// selectors of the same name and type together.
340 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 531 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
637 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp 748 PrintingPolicy(LOpts), Idents(idents), Selectors(sels),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 594 Selector LoadSel = Context->Selectors.getSelector(0, &II);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 683 SelectorTable &SelTable = Reader.getContext().Selectors;
    [all...]

Completed in 1803 milliseconds

12