Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
205 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anon06a3b2a00211::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 …]