HomeSort by relevance Sort by last modified time
    Searched refs:OperatorNames (Results 1 - 3 of 3) 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 178 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = {
184 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()];
DeclPrinter.cpp     [all...]

Completed in 84 milliseconds