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 275 unsigned NumSelIdents;
280 NumSelIdents(0) { }
285 unsigned NumSelIdents = 0) : Kind(Kind),
287 NumSelIdents(NumSelIdents) {
312 unsigned getNumSelIdents() const { return NumSelIdents; }
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 56 milliseconds