Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
180 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anonf1952ce10211::Argument228 OS << " return " << getLowerName() << ";\n"; in writeAccessors()232 OS << getLowerName(); in writeCloneArgs()238 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()241 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()247 OS << type << " " << getLowerName() << ";"; in writeDeclarations()251 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()254 OS << getLowerName(); in writePCHReadArgs()317 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()318 << getLowerName() << "Length);\n"; in writeAccessors()[all …]