HomeSort by relevance Sort by last modified time
    Searched refs:NumSelIdents (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 277 unsigned NumSelIdents;
282 NumSelIdents(0) { }
287 unsigned NumSelIdents = 0) : Kind(Kind),
289 NumSelIdents(NumSelIdents) {
314 unsigned getNumSelIdents() const { return NumSelIdents; }
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 41 milliseconds