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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 277 ArrayRef<IdentifierInfo *> SelIdents;
281 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
285 ArrayRef<IdentifierInfo *> SelIdents = None)
287 SelIdents(SelIdents) {
309 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 561 ArrayRef<IdentifierInfo *> SelIdents = Context.getSelIdents();
562 for (ArrayRef<IdentifierInfo *>::iterator I = SelIdents.begin(),
563 E = SelIdents.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 281 ArrayRef<IdentifierInfo *> SelIdents;
285 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { }
289 ArrayRef<IdentifierInfo *> SelIdents = None)
291 SelIdents(SelIdents) {
313 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; }
    [all...]

Completed in 426 milliseconds