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 660 const char *OperatorNames[] = {
668 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
671 Code.append(OperatorNames[i]);
676 Expected.append(OperatorNames[i]);
688 const char *OperatorNames[] = {
692 for (unsigned i = 0, e = llvm::array_lengthof(OperatorNames); i != e; ++i) {
695 Code.append(OperatorNames[i]);
700 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 49 milliseconds