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

  /external/clang/unittests/AST/
DeclPrinterTest.cpp 671 const char *OperatorNames[] = {
679 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
682 Code.append(OperatorNames[i]);
687 Expected.append(OperatorNames[i]);
699 const char *OperatorNames[] = {
703 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
706 Code.append(OperatorNames[i]);
711 Expected.append(OperatorNames[i]);
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 169 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = {
175 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()];

Completed in 86 milliseconds