Searched refs:getLowerName (Results 1 – 2 of 2) sorted by relevance
205 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anon307181880211::Argument255 OS << " return " << getLowerName() << ";\n"; in writeAccessors()260 OS << getLowerName(); in writeCloneArgs()268 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()272 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()280 OS << type << " " << getLowerName() << ";"; in writeDeclarations()285 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()289 OS << getLowerName(); in writePCHReadArgs()362 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()363 << getLowerName() << "Length);\n"; in writeAccessors()[all …]
219 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anona61259f60211::Argument270 OS << " return " << getLowerName() << ";\n"; in writeAccessors()275 OS << getLowerName(); in writeCloneArgs()283 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()287 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()295 OS << type << " " << getLowerName() << ";"; in writeDeclarations()300 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()304 OS << getLowerName(); in writePCHReadArgs()404 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()405 << getLowerName() << "Length);\n"; in writeAccessors()[all …]