Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
180 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anonf252f7a50111::Argument227 OS << " return " << getLowerName() << ";\n"; in writeAccessors()231 OS << getLowerName(); in writeCloneArgs()237 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()240 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()246 OS << type << " " << getLowerName() << ";"; in writeDeclarations()250 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()253 OS << getLowerName(); in writePCHReadArgs()316 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()317 << getLowerName() << "Length);\n"; in writeAccessors()[all …]