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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 314 unsigned getNumSelIdents() const { return NumSelIdents; }
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 564 if (Context.getNumSelIdents() > 0) {
565 for (unsigned i = 0; i < Context.getNumSelIdents(); i++) {
    [all...]

Completed in 40 milliseconds