Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
181 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anon8269b2b80211::Argument229 OS << " return " << getLowerName() << ";\n"; in writeAccessors()233 OS << getLowerName(); in writeCloneArgs()239 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()242 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()248 OS << type << " " << getLowerName() << ";"; in writeDeclarations()252 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()255 OS << getLowerName(); in writePCHReadArgs()318 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()319 << getLowerName() << "Length);\n"; in writeAccessors()[all …]