Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
113 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anon8d663e110111::Argument155 OS << " return " << getLowerName() << ";\n"; in writeAccessors()159 OS << getLowerName(); in writeCloneArgs()165 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()168 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()174 OS << type << " " << getLowerName() << ";"; in writeDeclarations()178 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()181 OS << getLowerName(); in writePCHReadArgs()233 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()234 << getLowerName() << "Length);\n"; in writeAccessors()[all …]