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 618 const char *OperatorNames[] = {
626 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
629 Code.append(OperatorNames[i]);
634 Expected.append(OperatorNames[i]);
646 const char *OperatorNames[] = {
650 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
653 Code.append(OperatorNames[i]);
658 Expected.append(OperatorNames[i]);
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 220 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = {
226 const char *OpName = OperatorNames[getCXXOverloadedOperator()];

Completed in 87 milliseconds