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

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 358 if (CodeCompletionString *CCS
360 OS << " : " << CCS->getAsString();
372 if (CodeCompletionString *CCS
374 OS << " : " << CCS->getAsString();
395 if (CodeCompletionString *CCS
398 OS << "OVERLOAD: " << CCS->getAsString() << "\n";
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 751 const CodeCompletionString &CCS);
    [all...]

Completed in 133 milliseconds